elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

Single workflow event lifetime

Open Eitanski opened this issue 1 year ago • 1 comments

I want that once an event is raised, and has started unblocking, the same event will not be raised, which means that the next workflow instance will block on this same event activity.

Currently this is not the case, a single event remains raised for several workflow executions.

Also, when I publish the event I do not want to resolve the current workflow instance, I saw that it is an option.

Eitanski avatar Apr 08 '24 12:04 Eitanski

This is fixed as part of PR https://github.com/elsa-workflows/elsa-core/pull/5444 - We can close this issue when that PR gets merged into main.

sfmskywalker avatar May 28 '24 19:05 sfmskywalker