Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineCreatePipelineRunOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • PipelineCreatePipelineRunOptionalParams

Index

Properties

Optional isRecovery

isRecovery: undefined | false | true

Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId.

Optional parameters

parameters: undefined | {}

Parameters of the pipeline run. These parameters will be used only if the runId is not specified.

Optional referencePipelineRunId

referencePipelineRunId: undefined | string

The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run.

Optional startActivityName

startActivityName: undefined | string

In recovery mode, the rerun will start from this activity. If not specified, all activities will run.

Generated using TypeDoc