Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Workflow Statements

Statements for creating, inspecting, and dropping workflows.

Mendix workflows model long-running business processes with user tasks, decisions, parallel splits, and other activity types. A workflow is parameterized by a context entity that carries the data flowing through the process.

Statements

StatementDescription
CREATE WORKFLOWDefine a workflow with activities, user tasks, decisions, and parallel paths
DROP WORKFLOWRemove a workflow from the project
StatementSyntax
Show workflowsSHOW WORKFLOWS [IN module]
Describe workflowDESCRIBE WORKFLOW module.Name
Grant workflow accessGRANT EXECUTE ON WORKFLOW module.Name TO module.Role, ...
Revoke workflow accessREVOKE EXECUTE ON WORKFLOW module.Name FROM module.Role, ...