feat(REQ-5865) - 测试 trigger 问题

This commit is contained in:
wangli 2025-11-27 18:13:07 +08:00
parent 952fe67590
commit 0d77c05b53

View File

@ -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));