elsa-core
elsa-core copied to clipboard
Workflow Instance Status is not getting updated
Hi,
I created a workflow and also created some custom activities. while running workflow if any activity get any exception then activities get faulted not workflow instance. I need that workflow instance also get faulted. while looking at journal of workflow instance, it is showing activities is running two times once it get failed status and another get executed, design is showing that activity is faulted but not updating workflow instance status.
What version is this?
In your custom activity, are you catching the exception and returning via return Fault(<exception>);
?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.