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 voidProcessExecutorImpl. 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 voidDbProcessExecutorPlugin. 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 voidMemoryProcessExecutorPlugin. 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 ExecutionStateExecutionState. 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 voidProcessExecutor. endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState state, Optional<String> errorMessageOpt)Termine une execution mise en attente.
-