sartography / bpmn-js-spiffworkflow

A BPMN.js extension to improve working with SpiffWorkflow - the python BPMN engine.
MIT License
19 stars 5 forks source link

Multi-Instance Manual Tasks Error #71

Open danfunk opened 4 months ago

danfunk commented 4 months ago

I get the error :Unexpected Workflow Error. Multiinstance input item [VAR NAME] already exists.. This error is demonstrated in this workflow: https://spiffdemo.org/process-models/playground:dan:demonstration-of-issues:multiinstance-manual-tasks ](url)

@madhurrya notes:

We have a similar model we use for unit testing and it runs without any error. https://dev.app.spiff.status.im/process-models/misc:qa:bpmn-model-testing:unit-test-mi-sequential-manual-task-input-collection

But then I downloaded it and uploaded to another place and ran it I get the same error.

May be it works for existing models and broken for new models or after saving existing models.