bpmn-engine
bpmn-engine copied to clipboard
Guidance to handle an use case
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 workflows (i.e., BPMN files).
- Each workflow has around 10 to 15 different tasks; most of them are microservices.
- Per day, I'll get around 70 to 100 workloads each of which should trigger one of the 10 workflows.
- Also need to track the states of the workflows and persist them for recovery and security
I just started dabbling around BPMN engine a few days ago. No clue, how would I approach the above use case. I'm sorry that my question is too broad and has various aspects to it for consideration.
But any help would be greatly appreciated! Thank you.