Workflow creation and editing
Profuz LAPIS is using Business Process Model and Notation for creating and managing workflows. Creation of new workflows and automation can be done only with that scripting model language. In order to create a new workflow definition, go to Workflows → Create New to create an empty workflow definition from where it is possible to design an automation diagram and scripting.
Example of Approve Document process:
Hint: Please contact your supplier for any workflow automation assistance.
Profuz LAPIS uses Camunda 7 BPMN engine. You may read more in its documentation here.
For integrated BPMN editor you may find more information here.
You may edit BPMN diagrams also offline in Camunda Modeler desktop application. You can find it here.
Note that where forms are needed LAPIS uses its own UI types. There are two types of forms: Workflow Instance form and Workflow Task form. There are default base types for each of these types - Workflow Instance (type name: WorkflowInstance) and Workflow Task (type name: WorkflowTask). You can create subtypes of those base types, add additional properties, set the properties placement and even change the view and edit components to change their corresponding views in a way you need. In a BPMN diagram you may use the name of you new created subtitles to tell LAPIS to use those types for the corresponding user tasks or the workflow instance itself. If no custom form is specified LAPIS will use the default base types. Reed more in the examples.examples.