Create a new BPMN workflow in Gemsbok. To do this:
-
Open the Gemsbok application in a web browser (recommended: Firefox)
-
Navigate down to the bpmnworkflow folder in the appropriate project folder.
-
Copy the existing BPMN diagram, by selecting Copy from the Edit menu.
-
Update the BPMN diagram that matches the workflow you wish to implement in j5 system.
-
Rename the Pool name.
-
If required, link the BPMN tasks to Python methods, by updating the task properties as follows:
-
Additional Properties > More Attributes - Update the Script field as follows:
-
record.<method name>(sa_session)
-
-
Save the BPMN workflow.