Uses of Enum Class
io.vertigo.orchestra.services.execution.ExecutionState
Packages that use ExecutionState
Package
Description
-
Uses of ExecutionState in io.vertigo.orchestra.impl.services.execution
Methods in io.vertigo.orchestra.impl.services.execution with parameters of type ExecutionStateModifier and TypeMethodDescriptionvoidProcessExecutorImpl.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 ExecutionStateModifier and TypeMethodDescriptionvoidDbProcessExecutorPlugin.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 ExecutionStateModifier and TypeMethodDescriptionvoidMemoryProcessExecutorPlugin.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 ExecutionStateModifier and TypeMethodDescriptionstatic ExecutionStateReturns the enum constant of this class with the specified name.static ExecutionState[]ExecutionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.vertigo.orchestra.services.execution with parameters of type ExecutionStateModifier and TypeMethodDescriptionvoidProcessExecutor.endPendingActivityExecution(Long activityExecutionId, String token, ExecutionState state, Optional<String> errorMessageOpt) Termine une execution mise en attente.