feat(REQ-5865) - 测试 trigger 问题
This commit is contained in:
parent
952fe67590
commit
0d77c05b53
@ -56,7 +56,8 @@ public class BpmnProcessActivityServiceImpl implements BpmnProcessActivityServic
|
||||
} else {
|
||||
commandExecutor.execute(new CustomActivityTriggerCmd(dto));
|
||||
}
|
||||
} catch (WorkflowEngineException e) {
|
||||
} catch (Exception e) {
|
||||
log.info("trigger error msg: {}", e.getMessage(), e);
|
||||
Uninterruptibles.sleepUninterruptibly(Duration.ofSeconds(2));
|
||||
if (Boolean.TRUE.equals(dto.getAsync())) {
|
||||
commandExecutor.execute(new CustomActivityTriggerAsyncCmd(dto));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user