- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Task<For>
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.For
-
-
字段概要
字段 修饰符和类型 字段 说明 static String
ELEMENTS
-
从类继承的字段 cn.feiliu.taskflow.sdk.workflow.def.tasks.Task
taskInput, taskOutput
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String
getOutputElementExp()
String
getOutputIndexExp()
For
loopOver(Task<?>... tasks)
void
updateWorkflowTask(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
-
-
-
-
构造器详细资料
-
For
public For(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)
从类复制的说明:Task
Override this method when the sub-class should update the default WorkflowTask generated usingTask.toWorkflowTask()
- 覆盖:
updateWorkflowTask
在类中Task<For>
-
-