Last updated
What one scheduled run did.
Where: Tasks β task β run Β· /projects/<project>/tasks/<taskId>/logs/<logId>
This screen would show one run's outcome: when it fired, whether it succeeded, and the output or error it produced.
This screen is not available in the current app. The URL is reserved in the route table, but no screen is mounted β task execution logs are not yet exposed by the new Hub.Scheduler API. This page will be written when the gateway ships a logs endpoint and the screen returns.
Until then, judge a task by its effects: an email-campaign task shows up in the campaign logs of the Email module, and Auto-disable on error on the task editor flips the task to Disabled when a run fails.
Endpoints: Scheduler β Tasks.
Last updated