Package version:

Interface PipelineCreatePipelineRunOptionalParams

Optional parameters.

Hierarchy

  • unknown
    • PipelineCreatePipelineRunOptionalParams

Properties

isRecovery?: boolean

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.

parameters?: {
    [propertyName: string]: any;
}

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

Type declaration

  • [propertyName: string]: any
referencePipelineRunId?: string

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

startActivityName?: string

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

Generated using TypeDoc