Hello,
I am trying to execute the following bpmn file.when i’m trying to start the process,sometimes it’s exceuting as expected but sometimes it is stable at start event only,not firing the next event,when i tried to check act_ru_execution table it is having only start event info in this case.
can anyone help me where i’m doing wrong.
Sample.bpmn (8.2 KB)
Thanks in advance,
Sagari
Hi @Sagari_E,
in your BPMN process, you use asynchronous continuation. If you see that the jobs are not executed then you have a problem with the job execution, or with the registration of your process application.
Try to set the property deploymentAware
in the process engine configuration to false
.
Does this help you?
Best regards,
Philipp
2 Likes
Thanks a lot for your answer,@Philipp_Ossler
Cheers,
Sagari