类 ForkFor


  • public class ForkFor
    extends Task<ForkFor>
    从以下版本开始:
    2024-07-28
    作者:
    SHOUSHEN.LUAN
    • 构造器详细资料

      • 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()
      • loopOver

        public ForkFor loopOver​(Task<?>... tasks)