Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstanceAction.WorkflowActionType
-
Packages that use WorkflowInstanceAction.WorkflowActionType Package Description io.nflow.engine.internal.dao io.nflow.engine.service Services for for managing and querying nFlow engine during runtime.io.nflow.engine.workflow.instance Classes for describing and constructing workflow instances. -
-
Uses of WorkflowInstanceAction.WorkflowActionType in io.nflow.engine.internal.dao
Methods in io.nflow.engine.internal.dao with parameters of type WorkflowInstanceAction.WorkflowActionType Modifier and Type Method Description booleanWorkflowInstanceDao. setSignal(long workflowInstanceId, Optional<Integer> signal, String reason, WorkflowInstanceAction.WorkflowActionType actionType) -
Uses of WorkflowInstanceAction.WorkflowActionType in io.nflow.engine.service
Methods in io.nflow.engine.service with parameters of type WorkflowInstanceAction.WorkflowActionType Modifier and Type Method Description booleanWorkflowInstanceService. setSignal(long workflowInstanceId, Optional<Integer> signal, String reason, WorkflowInstanceAction.WorkflowActionType actionType)Set signal value for given workflow instance. -
Uses of WorkflowInstanceAction.WorkflowActionType in io.nflow.engine.workflow.instance
Fields in io.nflow.engine.workflow.instance declared as WorkflowInstanceAction.WorkflowActionType Modifier and Type Field Description WorkflowInstanceAction.WorkflowActionTypeWorkflowInstanceAction. typeThe type of action.Methods in io.nflow.engine.workflow.instance that return WorkflowInstanceAction.WorkflowActionType Modifier and Type Method Description static WorkflowInstanceAction.WorkflowActionTypeWorkflowInstanceAction.WorkflowActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowInstanceAction.WorkflowActionType[]WorkflowInstanceAction.WorkflowActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.nflow.engine.workflow.instance with parameters of type WorkflowInstanceAction.WorkflowActionType Modifier and Type Method Description WorkflowInstanceAction.BuilderWorkflowInstanceAction.Builder. setType(WorkflowInstanceAction.WorkflowActionType actionType)Set the trigger type of the action.
-