cancel
Showing results for 
Search instead for 
Did you mean: 

Exclusive Gateway in Table Driven Definition

nik10_mah
Champ in-the-making
Champ in-the-making
Hi ,


I have created a Spring MVC web application in which i have created a similar table driven definition for creating new workflow models taking reference from activiti-explorer code. But my issue is in the table driven definition we can only create workflows in which user tasks are executed in serial or parallel manner there is no way to add exclusive gateway option. Is there any way we can add such an option in Table driven definition. I am using Activiti 5.14.
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
The back-end does have support for this: https://github.com/Activiti/Activiti/tree/master/modules/activiti-simple-workflow

The ui's currently don't reflect that though.

nik10_mah
Champ in-the-making
Champ in-the-making
Yes, I did saw this earlier. But Its in activiti 5.15 snapshot version. There are many files like ChoiceStepDefinition, ConditionDefinition, ListStepDefinition etc. which are not present in 5.14 version. But my issue is with the usage. I am not able to figure out how to use these classes to add exclusive gateways.

nik10_mah
Champ in-the-making
Champ in-the-making
OK. I missed the test cases. The usage is explained there.  Can we also create other type of tasks using table driven definition like business rule task, multinstance task , subprocesses etc.

Thanks

jbarrez
Star Contributor
Star Contributor
With 5.15 released, you no longer need to use the snapshot version now.

Sure you can add multiple types, it is mean to be extended!