Uses of Enum Class
com.bytedesk.core.workflow.node.WorkflowNodeStatusEnum
Packages that use WorkflowNodeStatusEnum
Package
Description
-
Uses of WorkflowNodeStatusEnum in com.bytedesk.core.workflow
Fields in com.bytedesk.core.workflow declared as WorkflowNodeStatusEnumModifier and TypeFieldDescriptionprivate final WorkflowNodeStatusEnumWorkflowNodeExecutionResult.status -
Uses of WorkflowNodeStatusEnum in com.bytedesk.core.workflow_node
Methods in com.bytedesk.core.workflow_node that return WorkflowNodeStatusEnumMethods in com.bytedesk.core.workflow_node with parameters of type WorkflowNodeStatusEnumModifier and TypeMethodDescriptionvoidWorkflowNodeEntity.updateExecutionStatus(WorkflowNodeStatusEnum status, String result, String error) 更新节点执行状态WorkflowNodeService.updateNodeStatus(String uid, WorkflowNodeStatusEnum status, String result, String error) 更新节点执行状态 -
Uses of WorkflowNodeStatusEnum in com.bytedesk.core.workflow.node
Methods in com.bytedesk.core.workflow.node that return WorkflowNodeStatusEnumModifier and TypeMethodDescriptionstatic WorkflowNodeStatusEnum根据字符串查找对应的枚举常量static WorkflowNodeStatusEnumReturns the enum constant of this class with the specified name.static WorkflowNodeStatusEnum[]WorkflowNodeStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.