Nested Instances by Some Key

Hi,

I need an instance to be nested given a key (eg, code of a subscriber), the goal is to prevent concurrency of updates for the same subscriber, something like having a queue work by an identifier and that all instances were sequenced if they were created Given this identifier.

After the end of an instance the next instance of the same key that was suspended starts automatically.

Is there something that Camunda already has one that I have to manually code?

Thanks

Hi @fabaugsilv,

It is not completely clear to me what you are interested in. Camunda is a solution to orchestrate the execution of BPMN process models, CMMN case definitions, and DMN decisions. So (more or less) anything you can model in those languages can be implemented with Camunda. Is your question about how you would model your use case in one of those languages?

Cheers,
Thorben