workflow#
Workflow module that wraps and extends the core functionality.
Classes
|
Wrapper for a single task argument |
|
Wrapper for a dictionary of task arguments. |
|
Base class Task representation for wrapping a Workflow TaskObject instance, adding methods to discover more about the relationships between TaskObjects. |
|
Intermediate base class task representation for wrapping a Workflow TaskObject instance, adding attributes related to commanding. |
|
Composite task representation for wrapping a Workflow TaskObject instance of TaskType Composite. |
|
Compound Child representation for wrapping a Workflow TaskObject instance of TaskType Compound Child. |
|
Compound task representation for wrapping a Workflow TaskObject instance of TaskType Compound. |
|
Conditional task representation for wrapping a Workflow TaskObject instance of TaskType Conditional. |
|
Removes 'set_state()' attribute to implement read-only behaviour. |
|
Simple task representation for wrapping a Workflow TaskObject instance of TaskType Simple. |
|
Wrap a workflow TaskObject container. |
|
Wrap a Workflow object, adding methods to discover more about the relationships between TaskObjects. |