Uses of Enum Class
io.nflow.engine.workflow.instance.WorkflowInstanceAction.WorkflowActionType
Packages that use WorkflowInstanceAction.WorkflowActionType
Package
Description
Services for for managing and querying nFlow engine during runtime.
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.WorkflowActionTypeModifier and TypeMethodDescriptionbooleanWorkflowInstanceDao.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.WorkflowActionTypeModifier and TypeMethodDescriptionbooleanWorkflowInstanceService.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.WorkflowActionTypeMethods in io.nflow.engine.workflow.instance that return WorkflowInstanceAction.WorkflowActionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WorkflowInstanceAction.WorkflowActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.nflow.engine.workflow.instance with parameters of type WorkflowInstanceAction.WorkflowActionTypeModifier and TypeMethodDescriptionWorkflowInstanceAction.Builder.setType(WorkflowInstanceAction.WorkflowActionType actionType) Set the trigger type of the action.