Uses of Class
io.vertigo.orchestra.services.execution.ExecutionState
-
-
Uses of ExecutionState in io.vertigo.orchestra.impl.services.execution
Methods in io.vertigo.orchestra.impl.services.execution with parameters of type ExecutionState Modifier and Type Method Description void
ProcessExecutorImpl. endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState state, Optional<String> errorMessageOpt)
Termine une execution mise en attente. -
Uses of ExecutionState in io.vertigo.orchestra.plugins.services.execution.db
Methods in io.vertigo.orchestra.plugins.services.execution.db with parameters of type ExecutionState Modifier and Type Method Description void
DbProcessExecutorPlugin. endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState executionState, Optional<String> errorMessageOpt)
Termine une execution mise en attente. -
Uses of ExecutionState in io.vertigo.orchestra.plugins.services.execution.memory
Methods in io.vertigo.orchestra.plugins.services.execution.memory with parameters of type ExecutionState Modifier and Type Method Description void
MemoryProcessExecutorPlugin. endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState state, Optional<String> errorMessageOpt)
-
Uses of ExecutionState in io.vertigo.orchestra.services.execution
Methods in io.vertigo.orchestra.services.execution that return ExecutionState Modifier and Type Method Description static ExecutionState
ExecutionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutionState[]
ExecutionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.orchestra.services.execution with parameters of type ExecutionState Modifier and Type Method Description void
ProcessExecutor. endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState state, Optional<String> errorMessageOpt)
Termine une execution mise en attente.
-