Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
From JPL's internal JIRA pre-ASF
Description
Right now, WorkflowInstances, sequences of WorkflowTasks, turned into an executable unit, are triggered by an event name, mapped to a particular Workflow model, which gets turned into a WorkflowInstance. In reality, it makes a lot of sense to have the ability to simply dynamically execute sequences of WorkflowTasks, without any event name indirection, or Workflow model indirection, a sort of "dynamic" Workflow capability. This would add the ability for the Workflow Manager to execute a sequence of WorkflowTasks (identified by their taskIds, which must exist in the WorkflowRepository), that are subsequently turned dynamically into a Workflow model, and then into a WorkflowInstance.