1 Reply Latest reply on Jan 4, 2006 5:41 PM by kukeltje

    process continuation following task completion

    guy.walker

      I have a process containing a task node with a single task instance. The task can complete in one of two ways (Pass/Fail) and I want process execution to continue down the appropriate transition. i.e. TaskInstance.end(TransitionName)

      How do a specify this in the process definition?

      Do I put an action handler on the task-node, and force it to use the apropriate transition? Does an action handler on the node wait until all task instances are ended before being actioned?

      Thanks,

      Guy