Start it your way
Tasks like this can run from any of these — wire one up when you build your own:
- A manual runSomeone runs it on demand, with their own inputs.
- On a scheduleOn a fixed interval or a cron time.
- An app eventSomething new in a connected app — an inbound email, a Slack message, a new row.
- A webhookA signed inbound HTTP POST from another system.
You choose what starts it when you build your own — one of these, or several at once.
You can see how this task runs — what starts it and every step — but you can’t run it from here.