wildbee / wildbee

ETT 2.0
3 stars 4 forks source link

Tasks and Workflows #6

Closed mtjandra closed 10 years ago

mtjandra commented 10 years ago

Merged with PR #9 Ready to merge as of PR #9

Currently tasks have state to test state changes, this will later be moved to packages (I believe Francisco is working on this).

Workflow now represented in DB. Defaults to first stage of workflow if current status is not defined in the workflow. UUUID implemented. Updated routing configurations. Task names must be unique.

For the time being when more than one outcome is possible we randomly select the outcome. You will see in the console all the possible outcomes and what has been selected. Ex. A -> (B, C) From state A will randomly choose between state B or C when you update the task (Later you will update package) This will change so the user can choose next state from the available states (B,C)

thescouser89 commented 10 years ago

Will modify PR #10 so that it can be merged with master.