Uses of Enum Class
com.bytedesk.core.workflow.variable.WorkflowVariableScopeEnum
Packages that use WorkflowVariableScopeEnum
-
Uses of WorkflowVariableScopeEnum in com.bytedesk.core.workflow.variable
Methods in com.bytedesk.core.workflow.variable that return WorkflowVariableScopeEnumModifier and TypeMethodDescriptionstatic WorkflowVariableScopeEnumReturns the enum constant of this class with the specified name.static WorkflowVariableScopeEnum[]WorkflowVariableScopeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.core.workflow.variable with parameters of type WorkflowVariableScopeEnumModifier and TypeMethodDescriptionWorkflowVariableService.setVariable(String workflowUid, String name, Object value, WorkflowVariableTypeEnum type, WorkflowVariableScopeEnum scope) 创建或更新工作流变量