Skip to main content
Hidden tasks are tasks that are not exported from your trigger files but can still be executed. These tasks are only accessible to other tasks within the same file or module where they’re defined.
trigger/my-task.ts
Hidden tasks are useful for creating internal workflows that should only be triggered by other tasks in the same file:
trigger/my-workflow.ts
You can also create packages of reusable tasks that can be imported and used without needing to re-export them:
trigger/my-task.ts