bpmn-engine
bpmn-engine copied to clipboard
BPMN 2.0 execution engine. Open source javascript workflow engine.
Hi, Suppose, I have a process with around 10 service tasks. Each service task having its own microservice execution. Below is my understanding of how the service tasks are called....
Hi! Can you please give me a suggestion, I am trying to implement a workflow server, using "express" and "bpmn-engine". So let's consider a process:  1. I have a...
Hi, I need some guidance how to approach the below use case. I'm planning to implement a workflow management tool with the following specs. - I have around 10 different...
Hi, How do I access variables of one task in the subsequent tasks? For example, BPMN XML ``` Flow_1lphac8 Flow_1lphac8 Flow_0gsn4f8 Flow_0gsn4f8 Flow_174m0v1 Flow_174m0v1 Flow_1k8uh2k Flow_1k8uh2k ``` I have a...
If I set up a service that invokes a process on demand, can multiple executions of a process be running on the same engine at the same time or do...
How do we scope variables to a Activity and Sub-Process? How can we pass the output of one activity to next activity besides the Process scoped environment variables?
Hi @paed01! We are delighted with bpmn so far, but we have found a bump in the road with our use case… Our implementation lives in AWS Serverless, so after...
Hello, I get this error message with the first example and following setup (I am aware of issue #71): - nodejs v12.16.1 (LTS) - npm 6.13.4 - in package.json: ```...
running the engine on the main electron process always ends up with the spinning wheel and non-responsive application. Is there a particular reason for such?
is it possible to override variable value when recover engine from state? see the code below: ``` const v1 = { input: 79 }; const engine1 = Engine({ name: 'exclusive...