seadmin.infinite-state-machine-core-action-pack.1.0.source-code.states.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinite-state-machine-core-action-pack Show documentation
Show all versions of infinite-state-machine-core-action-pack Show documentation
The core actions required to bootstrap the infinite-state-machine project
{
"states" : [
["false", "READY_TO_RUN", "We are ready to run"],
["false", "EMERGENCY_SHUTDOWN", "Run phase is emergency shutdown"],
["false", "NORMAL_SHUTDOWN", "Run phase is shutting down normally"],
["false", "RUNNING", "Run phase is running"],
["true", "STARTING", "Run phase is starting"],
["false", "STOPPED", "Run phase is stopped"]
]
}