Skip to main content
Use storage-event automations when new or changed files should trigger workflow work, such as processing new uploads in a bucket or reacting to generated products. Tilebox submits a job when a matching storage event occurs. A runner on the target cluster still needs to execute the submitted task.

Define the storage-event task

Create a task that handles the event payload.
Python

Register the storage location

Register or select the storage location that Tilebox should watch. Storage locations can represent cloud buckets or local file-system locations supported by Tilebox automations.
Python

Register the automation

Create the automation using the task prototype and storage trigger.
Python

Test and inspect

Create or change a matching object, then inspect the submitted job in the Console or through the Tilebox command-line tool.

Next steps

Storage event triggers

Read the full storage-event automation reference.

Debug a failed workflow run

Inspect task state, logs, traces, and runner context.