TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

Is there a way to make tasks parallel ? #121

Closed cjonagam closed 9 years ago

cjonagam commented 9 years ago

workflow chain array is executing tasks in a series. Is there a way to make tasks to execute in parallel ? Also can you give more details about difference between job and workflow in documentation please.

What scenario would you use job with a specific target ? what is the use of target ?

kusor commented 9 years ago