We need to convert the BPMN workflow (created in Gemsbok) into a format that the j5 system can interpret, by running a build script. To do this:
-
Open Command Prompt as an Administrator
-
Type in the following command:
Pythonprompt "C:\Program Files
(x86)\j5\framework\packages\sjsoft\bpmnWorkflow\Packager.pyc"
"<path to your bpmn-workflow folder>"
After configuring your Environmental Variables (Installation > Step 5), remember
to restart your command prompt for it to recognize the "Pythonprompt" command.
This command will not show a success message. The absence of an error message indicates
that the script ran successfully.
Tutorial Example: Build the BPMN workflow by running the above code in a Command Prompt:
Pythonprompt "C:\Program Files
(x86)\j5\framework\packages\sjsoft\BpmnWorkflow\Packager.pyc"
"C:\Users\<user>\j5
Projects\tutorial_example\tutorial_example\EnvironmentalIncidents\environmental_incidents\bpmnworkflow"
Please update <user> to your Windows’ user name before running this command.
If you are experiencing any issues in building BPMN workflow, please refer to the Troubleshooting section.