| dalma.container.WorkflowState
Field Summary | |
Enum Constant | RUNNING The workflow application is up and running, and is processing messages. | Enum Constant | STOPPED The workflow application is loaded into memory, but not processing messages. | Enum Constant | UNLOADED The workflow application is completely removed from the memory. |
RUNNING | Enum Constant RUNNING(Code) | | The workflow application is up and running, and is processing messages.
|
STOPPED | Enum Constant STOPPED(Code) | | The workflow application is loaded into memory, but not processing messages.
In this omode, information about workflow can be accessed, but application
code is locked since it's loaded.
|
UNLOADED | Enum Constant UNLOADED(Code) | | The workflow application is completely removed from the memory.
Many useful information about workflow cannot be accessed, but
application code can be replaced on disk while in this state.
|
|
|