| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state | |
| org.eclipse.gmt.modisco.workflow.mwe.workflow.runtime.state.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WorkflowErrorState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowFailedState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
interface |
WorkflowSuccessState
Deprecated.
replaced by org.eclipse.modisco.workflow.mwe, cf.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337969
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDoneState |
StateFactory.createWorkflowDoneState()
Deprecated.
Returns a new object of class 'Workflow Done State'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
StateSwitch.caseWorkflowDoneState(WorkflowDoneState object)
Deprecated.
Returns the result of interpreting the object as an instance of 'Workflow Done State'.
|