所有类
-
所有类 接口概要 类概要 枚举概要 异常错误概要 注释类型概要 类 说明 AnnotatedWorker ApiException ApiResponse<T> Application BatchPollRequest BatchPollRequest.Builder BulkResponseResult Response object to return a list of succeeded entities and a map of failed ones, including error message, for the bulk request.ConflictException ConstraintParamUtil CorrelationIdsSearchRequest CreateWorkflowRequest 创建工作流请求CreateWorkflowRequest.Builder CronTrigger DateDeserializer DateSerializer DoWhile do while 可以在循环中执行一组任务,直到条件不再满足 例如:${workflow.input.loopCount} 为循环遍历条件表达式Dynamic Wait taskDynamicFork DynamicForkInput DynamicForkJoinTask DynamicForkJoinTaskList DynamicForkWorker EmailConstraint This constraint class validates that owner email is non-empty, but only if configuration says owner email is mandatory.EmailConstraint.WorkflowTaskValidValidator EnvUtils EnvUtils.SystemParameters Event Task to publish Events to external queuing systems like SQS, NATS, AMQP etc.ExecutingTask ExecutingTask.Status ExecutingWorkflow ExecutingWorkflow.WorkflowStatus Expr 表达式封装ExpressionUtils ExternalPayloadStorage Interface used to externalize the storage of large JSON payloads in workflow and task input/outputExternalPayloadStorage.Operation ExternalPayloadStorage.PayloadType ExternalServiceFactory External service factory.ExternalStorageLocation Describes the location where the JSON payload is stored in external storage.FlowTask This is the task definition definied as part of theWorkflowDefinition
.FlowTask.WorkflowTaskList For for 循环遍历表达式: ${workflow.input.elements} 循环体获取元素: ${eachNameRef.output.element} 循环体获取索引下标: ${eachNameRef.output.index}ForkFor 示例数据:elements: [A,B,C] 遍历数组原数,并行调用任务ForkJoin ForkJoin task 数据定义示例:GenerateTokenRequest GenerateTokenRequest.Builder Http Wait taskHttp.Input Http.Input.HttpMethod ILoopTask<LoopTask extends ILoopTask> InputExpression 任务输入参数表达式InputParam ISchedulerService ITaskDefService 任务定义服务ITaskService Client for taskflow task management including polling for task, updating task status etc.ITokenService ITrigger ITriggerService 触发服务APIIWorkflowDefService 工作流定义服务IWorkflowService JacksonSerializer Javascript JQ Transformation task See https://stedolan.github.io/jq/ for how to form the queries to parse JSON payloadsJoin JQ JQ Transformation task See https://stedolan.github.io/jq/ for how to form the queries to parse JSON payloadsJsonProtoModule JsonProtoModule can be registered into anObjectMapper
to enable the serialization and deserialization of ProtoBuf objects from/to JSON.JsonUtils 已过时。 JsonUtils.MyUser JsValidator KafkaEvent kafka 事件包装器MapBuilder MapperFactory NonRetryableException Runtime exception indicating the non-retriable error with the task execution.NotFoundException 资源没有找到异常OutputExpression 任务输出参数表达式OutputParam Pair 参数对PathExpression PollData PropertyFactory Used to configure the Taskflow workers using properties.SaveScheduleRequest SaveScheduleRequestSerializer 序列化器SerializerFactory 序列化工厂SetVariable SkipTaskRequest 跳过任务请求SpringPropertyReader StartWorkflowRequest StartWorkflowRequest.Builder StartWorkflowRequest.IdempotencyStrategy SubFlowParams SubWorkflow Switch +----------------------+ | switch (expression) | +----------------------+ | v +----------------------+ | case 张三 | +----------------------+ | v +----------------------+ | do something task | +----------------------+ | v +----------------------+ | default: | +----------------------+ | v +----------------------+ | do something task | +----------------------+Task<T> Workflow TaskTaskContext Context for the taskTaskDefinition TaskDefinition.Builder TaskDefinition.RetryLogic TaskDefinition.TimeoutPolicy TaskExecResult Result of the task execution.TaskExecResult.Status TaskExpression TaskflowAutoConfiguration TaskflowClientException Client exception thrown from engine api clients.TaskflowErrorInformation Taskflow引擎客户端异常TaskflowErrorInformation.EngineValidationError TaskflowUtils TaskHandler 任务处理处理TaskHandlerManager 任务处理程序管理器TaskLog Model that represents the task's execution log.TaskMessage TaskNameConstraint TaskNameConstraint.NameValidator TaskParameterException 工作任务节点参数异常TaskReferenceNameUniqueConstraint This constraint class validates following things.TaskReferenceNameUniqueConstraint.TaskReferenceNameUniqueValidator TaskRegistry TaskTimeoutConstraint This constraint checks for a given task responseTimeoutSeconds should be less than timeoutSeconds.TaskTimeoutConstraint.TaskTimeoutValidator TaskType Terminate TimerTaskTrigger TimerTaskTrigger.Builder TokenResponse ValidationException 验证异常Validator Wait Wait taskWebhookTrigger Worker WorkerPropertyManager WorkerTask Identifies a simple worker tasks.WorkflowDefinition WorkflowDefinition.Builder WorkflowDefinition.TimeoutPolicy WorkflowExpression WorkflowNameConstraint 工作流名称约束WorkflowNameConstraint.NameValidator WorkflowProgressUpdate 通过更新其变量或由任务引用名称标识的计划任务之一来更新正在运行的工作流 Update a running workflow by updating its variables or one of the scheduled task identified by task reference nameWorkflowProgressUpdate.TaskRefUpdate WorkflowRerunRequest 重特定任务重新运行工作流请求WorkflowRerunRequest.Builder WorkflowRun WorkflowSchedule WorkflowScheduleWorkflowSchedule.Builder WorkflowScheduleExecution WorkflowScheduleExecution.Builder WorkTask Workflow task executed by a worker 自定义工作节点