cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any API to call Activiti Explorer from the outer system?

alper
Champ in-the-making
Champ in-the-making
I would like to reuse the GUI of Activiti Explorer, but I want to start processes and send initial data to them from outer system programmatically, not via GUI.
Is that possible?
2 REPLIES 2

smirzai
Champ on-the-rise
Champ on-the-rise
Of course. You can use activiti form Task Api to check for the tasks, Form Api to get information about form data and pass their values to engine. Activiti Explorer is more a sample to show how they can be used properly.

smirzai
Champ on-the-rise
Champ on-the-rise
Of course. You can use activiti form Task Api to check for the tasks, Form Api to get information about form data and pass their values to engine. Activiti Explorer is more a sample to show how they can be used properly.