module Eso::Workflow::State
Representation of state of a workflow or integration option. Taken from service-orchestration State.java
Constants
- ERROR
Workflow
or an integration option has experienced an error that caused it to stop- READY
Workflow
or an integration option is configured and ready to accept events- RETRY
The workflow or an integration option is running, but is temporarily unsuccessful processing events
- RUNNING
Workflow
or an integration option is processing or has processed events- STOPPED
Workflow
or an integration option is stopped by the user