Skip to content

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. To manage runs, you need to have at least digitalhub_core layer installed.

  1. In the methods section, we will see what can be done with the Run object.
  2. In the kinds section, we will see what kinds are supported.