Datamanager Workflow (Preside 10.29+)
Datamanager Workflow
Introduction
Preside 10.29 introduces Data manager workflow. This is a JIRA-like workflow system for your preside objects, managed through admin data manager screens. A summary of working with the system:
- Configure an object to be workflow enabled
- Define and develop workflow(s) through a yml definition file
- Enhance the flow with i18n, and any accompanying logic in handlers
- Get an auto-generated UI in your data manager screens for users to progress a record through the flow and view/query its status
- Get new rules engine filter expressions to query workflow state for your records
- Use other helper functions in your datamanager logic that allow you to query the state of a record's workflow
Next steps
- Take the Datamanager Workflow Quick Start