Module: Eso::Workflow::State
- Defined in:
- lib/eso/workflow.rb
Overview
Representation of state of a workflow or integration option. Taken from service-orchestration State.java
Constant Summary collapse
- READY =
Workflow or an integration option is configured and ready to accept events
'ready'
- RUNNING =
Workflow or an integration option is processing or has processed events
'running'
- RETRY =
The workflow or an integration option is running, but is temporarily unsuccessful processing events
'retry'
- STOPPED =
Workflow or an integration option is stopped by the user
'stopped'
- ERROR =
Workflow or an integration option has experienced an error that caused it to stop
'error'