Previous Instance Wait
Specification for which previous task instance(s) a task instance of the same task needs to wait to complete before starting. Applies to every task instance directly in the workflow.
Options:Â
-- None --
Wait for Last
Every task instance directly within the workflow instance will remain in Instance Wait until the most recent prior instance of the same task has completed.Wait for Last / Same Workflow
Every task instance directly within the workflow instance will remain in Instance Wait until the most recent prior instance of the same task, within an instance of the same workflow, have completed.Wait for All
Every task instance directly within the workflow instance will remain in Instance Wait until all prior instances of the same task has completed.Wait for All / Same Workflow
Every task instance directly within the workflow instance will remain in Instance Wait until all prior instances of the same task, within an instance of the same workflow, have completed.