I need access to a network value in my Autotask so I can access event.secrets!['secret_for_${network}'].
When the Autotask is invoked by a Sentinel, network gets included on event.request?.body.sentinel.
When the Autotask is invoked by a webhook, I can include network in the webhook's HTTP request body.
But when the Autotask is invoked manually from the Defender dashboard, there is no way to include a network parameter.
While there may be network-specific secrets at the Autotask's disposal, they're of no use if the Autotask does not know which network to use.
Not unrelated to Feature request: pass name and/or network to scheduled Autotasks.