class documentation
class ZMSWorkflowActivitiesManager(object): (source)
Manage workflow activities used by transitions and repository export.
| Method | get |
Return all configured activities as a list of dictionaries. |
| Method | get |
Return one activity by id. |
| Method | get |
Return transition relation indexes for an activity graph view. |
| Method | get |
Return all workflow activity ids in configured order. |
| Method | manage_change |
Handle add/edit/delete/reorder actions for workflow activities in the ZMI. |
| Method | provide |
Write local workflow activities into the repository export payload. |
| Method | set |
Create or update one workflow activity and optional icon blob. |
| Method | update |
Replace local activities from a repository import payload. |
| Instance Variable | activities |
Undocumented |
Return one activity by id.
When for_export is false and an icon exists, the icon value is converted to an absolute icon URL.