I am new to Camunda and BPMN and currently evaluating which technology i shall go for my use case.
Use Case description:
Need to have a flow consisting of multiple activities some will be user automated and some may be user driven.User driven tasks will have Configurable substeps.To be manually performed by asignee(With save and exit to execute later).
So my questions are
Can we have configurable number of substeps to be manually performed in Camunda.
2.How these configurable substeps or rules can be configured?
3.Is it possible to drive such kind of user tasks with Custom UI may be in angular?
4.If yes how will the UI(Assuming via REST) interacts with the intermediate substeps and control(Stop.Start) them as well.
@kallmekunal Welcome to the forum, Camunda provides out of the box features like, Persistence Strategy based on the following concepts - Compact Tables, Deadlock Avoidance, Control Savepoints, Intelligent Caching, True Concurrency.
Additionally camunda provides extending the core process engine via process engine plugins to add custom behavior to the engine, so that way you can customize and build the custom process engine.
Below posts will help you in understanding camunda bpm and suitability for your business needs.