Structs

  • The TaskRunnerContext is used to pass the current running execution to child tasks. This is useful for caching values between tasks and passing values between tasks.

Enums

  • The TaskOutput represents the different kinds of outputs a task may return.
  • The TaskRunnerConfig contains the parameters used to execute the OracleJob tasks.

Type Aliases