Hi everyone,
I host workflow service on IIS and manage it with windows server appfabric.
I persist the instance with appfabric. There is a "Delay activity" in my WF service.
When it is delay.It will be persisted .In the appfabric dashborad I could find it in Persisted WF Instance ->Idel :1
Then I reboot my server. (Just want test reliability of appfabric).
I found the WF Instance status is still "Idel".But the workflow dose not complete as expected.
I found only I call another workflow service.The previous "Idle" Workflow instance will be continue.
How could I configure appfabric to automatically continue completing workflow service after server reboot?
