We had some workflows get stuck an invoke activity, they are currently showing active in a status of green, but the workflows have not started yet. Is there any way to retry the activity and start the invoked workflows? We already restarted the Workflow Service.
Question
Question
Replies
Green is completed, so there's nothing to retry. Blue would be active.
Opps I meant blue. All invoked workflows were unable to start but instead of erroring it is still showing active and waiting on the invoke.
Are you getting errors? Why were they unable to start?
In general, Workflow retries through task error handlers. There is no manual retry after the fact.
We were getting an error about a missing DLL, we get this about once per year on OS boot. The DLL is always there and does not move, but workflow does not load it, so we restart the workflow service and then it loads the DLL.
Any workflows that use that DLL will throw an invocation error when trying to start them and any of those workflows that were invoked, will not throw any activity error but will never start. The invoke will just sit in blue and the workflow status will just be active. It is as if the invoke is still waiting on the workflow to finish, but a search shows that the workflows are not running.