Flow
https://ontology.toxindex.com/v1/Flow FlowAn instance of a workflow execution. A structured, schema-conformant document being filled out (or completed) with provenance citations linking each section back to the tool call that produced it.
Properties
| Name | Type | Description | |
|---|---|---|---|
flow_id | string | required identifier | Flow execution identifier. |
workflow | Workflow | required | The workflow this flow is an instance of. |
status | StatusEnum | required | |
sections_total | integer | Total number of sections in the document. | |
sections_done | integer | Number of sections completed. | |
sections_active | integer | Number of sections currently being worked on. | |
sections | Section [] | The root-level sections of this flow's document tree. | |
created_at | datetime | ||
finished_at | datetime |