Closed shuinan closed 7 months ago
Does this approach not support nested loops, and are there alternative methods available? Desperately seeking help!
Investigating...
Fixed in release 2.1.13
thanks! I use “npm install" at project bpmn-web, but the bpmn-server's version is 2.1.12 still, how to get the version 2.1.13 ?
npm update bpmn-server
all are ok! thanks!
I have designed a workflow where parallel instances are processed within multiple subprocesses; please refer to the following BPMN file. The issue is that within the parallel multi-instance inside the subprocess, the itemKey is also the itemKey of the subprocess itself, which means I am unable to discern which instance of the parallel-instance is currently being processed. thanks!
<?xml version="1.0" encoding="UTF-8"?>