类 SetVariable
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Task<SetVariable>
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.SetVariable
-
public class SetVariable extends Task<SetVariable>
-
-
构造器概要
构造器 构造器 说明 SetVariable(String taskReferenceName)
Sets the value of the variable in workflow.
-
方法概要
-
从类继承的方法 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, isOptional, name, setName, setOptional, setStartDelay, setTaskReferenceName, toWorkflowTask, updateWorkflowTask
-
-
-
-
构造器详细资料
-
SetVariable
public SetVariable(String taskReferenceName)
Sets the value of the variable in workflow. Used for workflow state management. Workflow state is a Map that is initialized using- 参数:
taskReferenceName
- Use input methods to set the variable values
-
-