Frontend | Backend | Api

Workflows default templates (Backend)

This page contains an overview of the default templates for the Workflows module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
workflows/backend/branch-transitions/add.html BranchTransitions\Add
Name Type Description
branchTransition BranchTransition Single (empty) BranchTransition record
Add a new record. Assigns an empty record to the template.
workflows/backend/workflows/add.html Workflows\Add
Name Type Description
workflow Workflow Single (empty) Workflow record
Add a new record. Assigns an empty record to the template.
workflows/backend/workflows/edit.html Workflows\Edit
Name Type Description
workflow Workflow Retrieved Workflow record
Retrieve a single record and display the edit page for the record
workflows/backend/workflows/manage.html Workflows\Manage
Name Type Description
workflows Collection (Workflow) Collection of Workflows
Retrieve available records and assign them to the template for editing.