elsa-workflows / elsa-workflows/elsa-core
Early Saving of Workflow Instance State
Open
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Hello,
Looking for a method to save a workflow instance state at the beginning of its execution.
Currently, the `WorkflowInstanceSaved `event occurs after `WorkflowFinished`, forcing me to wait until execution ends to return the state.
My current solution involves manually creating the instance with `IWorkflowInstanceStore`.
Is there a more efficient way or is this the recommended approach ?
Thanks for any advice.
Contributor guide
Assessment
This issue has not been assessed yet.