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