Jump to: navigation, search

Mistral/Blueprints/PoC

< Mistral‎ | Blueprints
Revision as of 18:34, 15 November 2013 by Rakhmerov (talk | contribs) (Created page with "== Mistral Proof of Concept == We need to create a small PoC project illustrating main Mistral ideas. Capabilities implemented in the scope of PoC should include: * Basic Work...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mistral Proof of Concept

We need to create a small PoC project illustrating main Mistral ideas. Capabilities implemented in the scope of PoC should include:

  • Basic Workflow Engine capable of analyzing task graphs, resolving dependencies between tasks and processing them in the right order
  • Basic DSL for defining tasks, task dependencies, actions and action transports (currently HTTP and AMQP)
  • REST API for uploading task graphs and executing workflows
  • Necessary test suite to validate the above functionality