类 Terminate
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Task<Terminate>
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Terminate
-
-
字段概要
-
从类继承的字段 cn.feiliu.taskflow.sdk.workflow.def.tasks.Task
taskInput, taskOutput
-
-
构造器概要
构造器 构造器 说明 Terminate(String taskReferenceName, ExecutingWorkflow.WorkflowStatus terminationStatus, String reason)
Terminate the workflow with a specific terminate statusTerminate(String taskReferenceName, ExecutingWorkflow.WorkflowStatus terminationStatus, String reason, Object workflowOutput)
Terminate(String taskReferenceName, String reason)
Terminate the workflow and mark it as FAILED
-
方法概要
-
从类继承的方法 cn.feiliu.taskflow.sdk.workflow.def.tasks.Task
description, getChildrenTasks, getDescription, getInput, getName, getParentTasks, getStartDelay, getTaskReferenceName, getType, getWorkflowDefTasks, input, input, input, input, input, input, input, input, input, input, input, isOptional, name, setName, setOptional, setStartDelay, setTaskReferenceName, toWorkflowTask, updateWorkflowTask
-
-
-
-
构造器详细资料
-
Terminate
public Terminate(String taskReferenceName, String reason)
Terminate the workflow and mark it as FAILED- 参数:
taskReferenceName
-reason
-
-
Terminate
public Terminate(String taskReferenceName, ExecutingWorkflow.WorkflowStatus terminationStatus, String reason)
Terminate the workflow with a specific terminate status- 参数:
taskReferenceName
-terminationStatus
-reason
-
-
Terminate
public Terminate(String taskReferenceName, ExecutingWorkflow.WorkflowStatus terminationStatus, String reason, Object workflowOutput)
-
-