hotfix - 不再通过后端的 validTask 进行节点类型校验
This commit is contained in:
parent
43d1bb1626
commit
75e1e313d3
@ -89,7 +89,7 @@ public class FlowableConfiguration {
|
||||
configuration.setEnableVerboseExecutionTreeLogging(enableVerboseExecutionTreeLogging);
|
||||
configuration.setCustomAsyncRunnableExecutionExceptionHandlers(Lists.newArrayList(
|
||||
new CustomAsyncJobLogClearTraceExceptionHandler(),
|
||||
new CustomWorkflowEngineExceptionHandler(),
|
||||
// new CustomWorkflowEngineExceptionHandler(),
|
||||
new CustomAsyncRunnableExceptionExceptionHandler()));
|
||||
configuration.setCommandContextFactory(new CustomCommandContextFactory());
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user