Snowflake · Arazzo Workflow
Snowflake Create, Resume, and Execute a Task
Version 1.0.0
Create a task, resume it from its initial suspended state, then run it once on demand.
Provider
Workflows
create-and-execute-task
Create a task, resume it, execute it once, then fetch it to confirm state.
Chains createTask, resumeTask, executeTask, and fetchTask so a task is provisioned, activated, run on demand, and verified, all scoped to the same database and schema.
1
createTask
createTask
Create the task with its SQL definition and warehouse.
2
resumeTask
resumeTask
Resume the task so it transitions out of its initial suspended state.
3
executeTask
executeTask
Trigger a single on-demand execution of the task.
4
fetchTask
fetchTask
Describe the task to confirm its current state.