Runs
Runs are the representation of the execution of a task through a function.
Managing runs with SDK
Runs are created with a Function or Workflow object through the run method. They can be managed as entities.
- In the CRUD section, we will see how to create, read, update and delete runs.
- In the methods section, we will see what can be done with the Runobject.
- In the kinds section, we will see what kinds are supported.