How to Rerun Workflows After a Timeout Without Increasing the Time Limit?

Nice

It would be nice to be able to call workflows programmatically though, without having to add HTTP triggers all over the place.

I might send a feature request for something like that. :thinking_face:

Something like $.flow.trigger(workflow_id, event); or $.flow.invoke(workflow_id, event);

I’ll rather rerun than get the time out error so this is fine… would explore it and implemtn

Would be a serious game changer