Make the changes you require to the 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.
-
Edit the BPMN diagram that matches the workflow you wish to implement in j5 system.
-
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.
Remaining Steps
To complete the process, repeat Step 6 Step 12 from Create a New BPMN workflow in this tutorial.