Hello Team,
I have a requirement, where I need to hit a soap service and get the data from it if available and than only start the actual process which will create user and service task.
The confusion here is that, do I need to create a separate process to call the web service from the activiti and a separate process to actually start the process flow or we can combine both of them in one, so that if I get data from web service than only process should start..
Appreciate, your prompt response.