Forum Discussion
Josh_Gallagher
Oct 29, 2020Copper Contributor
Durable Functions calling "normal" Functions
 Are there any plans to widen the set of calls that Orchestrator functions can call without having to consume compute time? As I understand it, and I may be wrong, currently if a call is made to a sta...
CloudyRyan
Oct 29, 2020Former Employee
Josh_Gallagher Have you considered possibly calling additional functions via a webhook in the activity functions to fan out, kick off an 'external' task, and return back to the orchestrator?
Josh_Gallagher
Oct 29, 2020Copper Contributor
CloudyRyan I need to do some reading up, but that sounds like it might be the ticket, thanks.