Step 9: Build BPMN workflow - j5 - 30 - Help - Hexagon

j5 BPMN Workflow Configuration

Language
English
Product
j5
Search by Category
Help
j5 Version
30

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:

  1. Open Command Prompt as an Administrator

  2. 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\bpmn­workflow"

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.