Hi,
We are facing an issue with workflow. Our environment is in cluster and CQ version is 5.6. For a node, when we run our workflow, it is completed in background but in UI showing that workflow is still running. And because of that we can not apply other workflow on that node. In our workflow steps, there are custom workflows too.
We checked pageinfo.json, it seems there is conflicting data, isRunning: true, state: "COMPLETED"
workflow: {isRunning: true, id: "/etc/workflow/instances/2014-12-09/model_10013523650885353", state: "COMPLETED"}
id: "/etc/workflow/instances/2014-12-09/model_10013523650885353"
isRunning: true
state: "COMPLETED"
Please help me to analyse what is wrong with our workflows.
Regards
Arvind