conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Sometimes after the previous process ends, the next process cannot be instantiated

Open qq782874135 opened this issue 1 year ago • 2 comments

Hello: We use Conductor in industrial manufacturing, but sometimes after the previous process ends, the next process cannot be instantiated, especially in subflow.

The operation is as follows: We use api/workflow/{workflowId} interface to get Workflow information, then foreach the Workflow 's task to find which i need, but it didn't . So I went to the flow chart, i found the task didnt instantiated ,even the previous process ends.

The pic is as follows: image

Looking forward to your reply, thanks

qq782874135 avatar Dec 07 '22 07:12 qq782874135

Hi @qq782874135 do you have workflow sweeper enabled - this is the property to check for: conductor.workflow-repair-service.enabled

Can you confirm the version of Conductor you use?

v1r3n avatar Dec 08 '22 18:12 v1r3n

Hi, thanks for your replay. @ConditionalOnProperty(name = "conductor.workflow-repair-service.enabled", havingValue = "true") is configed on WorkflowRepairService . The version of Conductor is java 3.13.2 . We use api//workflow/decide/{workflowId} interface twice or three times or more, can get the next process instance.

qq782874135 avatar Dec 09 '22 01:12 qq782874135