Workflow status got changed as Incompatible - Mendix 9.12.6

0
Hi everyone,   We have a workflow created already and a few requests created already in the system. after some time the client requested new changes in the workflow, we made the change, and all workflow in progress status changed to Incompatible, By reading the documentation, I understood that "An activity is introduced in the path that is already being executed" will create a conflict and make the executed workflows incompatible.   my question is how can I solve this as I have more than 250 workflows in progress now  its Incompatible as we in the production environment?   we tried Mendix workflow module page to continue  but it is taking too long time to change state to in progress . it takes around 30 min for one workflow. we have around 200+ workflow.   Any other way to quickly change the state like java action    any suggestions Please.
asked
1 answers
0

Hi Muthu, 

As per the Workflows' Conflict Mitigation Matrix, Restarting the Workflow and Jumping to specific activities are possible solutions.

 

In the past, just like you, I used the available Workflow Commons' tools to fix Incompatible Workflows but in my case, it was quite fast.

 

Please note that there's a maximum number of workflow instances that can be processed simultaneously. This can be configured in the App Settings > Workflow. Is it possible that the Workflow you saw taking 30 mins was in fact just in queue waiting to be processed?

 

image.png

answered