Prerequisites
- You have a Tilebox API key.
- You have installed the Python SDK.
Create a workflow file
Create a file namedhello_workflow.py.
hello_workflow.py
Run the workflow
Run the file locally.Inspect the job
Open the job in the Tilebox Console to inspect task state, logs, and the execution trace. For scripted inspection, use the jobs client or the Tilebox command-line tool:Next steps
Tasks
Define task inputs, subtasks, dependencies, retries, and identifiers.
Build and deploy a workflow
Package the same kind of workflow code as a release and deploy it to a cluster.