If a task is the durable definition of work to perform, an execution is the runtime record of what happened when the platform attempted that work—whether the task was a classic URL list, a modular action, or a multi-step plan.Documentation Index
Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
What an execution represents
An execution captures:- When the task was run
- The current lifecycle state
- Which output was produced
- Whether the work completed, failed, or was stopped
Typical execution flow
At a high level, an execution moves through a platform workflow like this:- The execution is created
- Work is queued or assigned
- A worker performs the assigned work
- Data and media are returned through ingestion
- Results become available through user-facing APIs
Why executions are separate from tasks
Separating tasks from executions gives the platform a clean operating model:- Users define tasks once
- The same task can run many times
- Each run keeps its own status and outputs
Monitoring executions
The main user actions around executions are:- List executions
- Inspect one execution
- Pause, resume, or stop work when supported
- Retrieve results when the execution completes
Execution outputs
Completed executions can expose:- Structured result data
- Exported CSV or JSON
- Datasets derived from completed output
- Stable platform URLs for media assets