Hi everyone so i have recently started to use flowable and i have been getting an issue of when i work through callActivity that calls another process and when i finish the first task of that process it shows completed on process engine but also re creates another process instance of it
its like when it enters the callActivity it calls another process now when i am executing the first task of that process its executing the first task inside that process and moving to the next task But it also created another process instance of the same process with first task
Basically it goes back to the first task again
hey,
I am like very new on flowable so ill take you through what i am actually facing
so basically theres a main process which has callActivity that of course has another process
now when i try to execute tasks in the process that was called by the callAcitvity it doesnt get executed or we can doesnt get completed and move to the new task
What i implemented was for the initial task that is the main task it generates a processInstanceId by startprocessBykey and then i went on to excute the task that are in the main process now when i tried to do the same process that is the above code you can see it doesnt work
That’s the part that I do not understand. What you are explaining should never be happenning.
Can you please share a full example with runnable Flowable and your BPMN XMLs that we can run on our own? Only with that we can help you out more. Without that, we can only be guessing and going in circles as it is not clear.