类 ForkFor
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Task<ForkFor>
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.ForkFor
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringELEMENTS-
从类继承的字段 cn.feiliu.taskflow.sdk.workflow.def.tasks.Task
taskInput, taskOutput
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetOutputElementExp()StringgetOutputIndexExp()ForkForloopOver(Task<?>... tasks)voidupdateWorkflowTask(FlowTask workflowTask)Override this method when the sub-class should update the default WorkflowTask generated usingTask.toWorkflowTask()-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
ForkFor
public ForkFor(String taskReferenceName, String eachExpression, Task<?>... tasks)
Execute tasks in a loop determined by the condition set using condition parameter. The loop will continue till the condition is true- 参数:
taskReferenceName-eachExpression- 根据循环类型确定参数名称及数据类型 例如: elements: ${workflow.input.elements} -- 遍历数组tasks-
-
-
方法详细资料
-
getOutputElementExp
public String getOutputElementExp()
-
getOutputIndexExp
public String getOutputIndexExp()
-
updateWorkflowTask
public void updateWorkflowTask(FlowTask workflowTask)
从类复制的说明:TaskOverride this method when the sub-class should update the default WorkflowTask generated usingTask.toWorkflowTask()- 覆盖:
updateWorkflowTask在类中Task<ForkFor>
-
-