Class JobTaskWorkflowExecutor
java.lang.Object
com.aizuda.snailjob.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
com.aizuda.snailjob.server.job.task.support.executor.workflow.JobTaskWorkflowExecutor
- All Implemented Interfaces:
WorkflowExecutor,org.springframework.beans.factory.InitializingBean
- Since:
- 2.6.0
- Author:
- xiaowoniu
-
Field Summary
Fields inherited from class com.aizuda.snailjob.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
workflowBatchHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterExecute(WorkflowExecutorContext context) protected voidbeforeExecute(WorkflowExecutorContext context) protected voiddoExecute(WorkflowExecutorContext context) protected booleandoPreValidate(WorkflowExecutorContext context) com.aizuda.snailjob.common.core.enums.WorkflowNodeTypeEnumMethods inherited from class com.aizuda.snailjob.server.job.task.support.executor.workflow.AbstractWorkflowExecutor
afterPropertiesSet, execute, generateJobTask, generateJobTaskBatch, preValidate, workflowTaskExecutor
-
Constructor Details
-
JobTaskWorkflowExecutor
public JobTaskWorkflowExecutor()
-
-
Method Details
-
getWorkflowNodeType
public com.aizuda.snailjob.common.core.enums.WorkflowNodeTypeEnum getWorkflowNodeType() -
doPreValidate
- Specified by:
doPreValidatein classAbstractWorkflowExecutor
-
afterExecute
- Specified by:
afterExecutein classAbstractWorkflowExecutor
-
beforeExecute
- Specified by:
beforeExecutein classAbstractWorkflowExecutor
-
doExecute
- Specified by:
doExecutein classAbstractWorkflowExecutor
-