类 Wait
- java.lang.Object
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Task<Wait>
-
- cn.feiliu.taskflow.sdk.workflow.def.tasks.Wait
-
-
方法概要
-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
Wait
public Wait(String taskReferenceName)
Wait until and external signal completes the task. The external signal can be either an API call (POST /api/task) to update the task status or an event coming from a supported external queue integration like SQS, Kafka, NATS, AMQP etc.- 参数:
taskReferenceName
-
-
-