I was able to get a workflow to work if it has a manual trigger but if I just want a recurrence trigger it loads correctly but I don't get any events firing.
If I use a manual trigger it performs the workflow as expected. Is this not correctly implemented?
EDIT: I thought it worked but it was a red herring. I see InternalServerErrors for the action in TableStorage. So it seems like the ability to execute an action on the callback of the recurrence is messed up. I don't know if there is some context missing in memory but it seems to be a problem like that. If I run the following it does work.
I was able to get a workflow to work if it has a manual trigger but if I just want a recurrence trigger it loads correctly but I don't get any events firing.
If I use a manual trigger it performs the workflow as expected. Is this not correctly implemented?
EDIT: I thought it worked but it was a red herring. I see InternalServerErrors for the action in TableStorage. So it seems like the ability to execute an action on the callback of the recurrence is messed up. I don't know if there is some context missing in memory but it seems to be a problem like that. If I run the following it does work.
So it seems like there is something unavailable on the callback that is causing an error.