Re-run runnable workflow. #1175
Replies: 1 comment
-
Gonna try and answer this now too. I think if you do not specify error handling behavior, an error handler is never executed against the step. However, the polling thing will see the runnable state and retry it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you have the following workflow:
This will leave the workflow in a Runnable state (for some reason) and it will NOT have a CompletedTime.
I noticed there is no API on the Host to Run a workflow with its instance ID.
The closest thing is
ResumeWorkflow
but theres code that specifically checks to see if the workflow is Suspended or not.So that leaves my only choice to set all workflows default error states to suspended on error? What even is the point of the Runnable state if its not runnable?
Beta Was this translation helpful? Give feedback.
All reactions