Hi there.
So, I'm in the process of shoring up a workflow to automate it's starting. In the current state, someone clicks a button on a form every hour and then checks the workflow URL to ensure that the workflow runs properly.
99% of the time it runs without a hitch, but the workflow does execute a database stored procedure as part of the flow, and sometimes the stored procedure fails, thus causing the workflow to fail and stop.
What I'm thinking would be logical would be a way to have a line rule from the "Execute Stored Procedure" activity to an "Email" activity that would kick off when the workflow errors at that activity. Otherwise, the other line would take it to the next activity in the flow.
I'm not seeing a way to do that, however. Does anyone have any ideas? The K2 documentation on exception rules does not seem super helpful...
Thanks,
Rob