cancel
Showing results for 
Search instead for 
Did you mean: 

Does Activiti has the concept like 'Task Node'

chrishe
Champ in-the-making
Champ in-the-making
In jBPM, we have concept of 'Task Node', which holds other Tasks, like

<task-node name="Buy Materials">
    <task name="Sign Payment"></task>
    <task name="Phone Provider"></task>
</task-node>

So the question is, does the Activiti has the concept like this, or something work around?

Thanks!
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
No, this is not in the BPMN 2.0 spec.

Something which comes close is an embedded subprocess with the tasks in parallel.

williamblake621
Champ in-the-making
Champ in-the-making
Is BPMN 2.0 updated version, where it work perfectly ?

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
I have  no idea what you mean