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.
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.
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.