| Name | Type | Description |
|---|---|---|
| allWorkflows | Workflow[] | |
| description | String | Returns the description of the workflowCategory. |
| name | String | Returns the name of the workflowCategory. |
| parent | WorkflowCategory | |
| path | String | Returns the path of the workflowCategory. |
| subCategories | WorkflowCategory[] | |
| workflows | Workflow[] |
| None |
|---|
| Method | Returns |
|---|---|
| Server.getAllWorkflowCategories() | WorkflowCategory[] |
| Server.getWorkflowCategoryWithPath(String path) | WorkflowCategory |
| None |
|---|