API Docs / Schemas / SetPipelineStageStepConfigDto

SetPipelineStageStepConfigDto

Configuration for SetPipelineStage workflow steps.
Sets the stage on the client's pipeline card when executed.

Properties

Name Type Description
pipelineCodestring

The code of the Pipeline whose stage should be set

The code of the Pipeline whose stage should be set

stageCodestring

The code of the PipelineStage to set on the client's pipeline card

The code of the PipelineStage to set on the client's pipeline card

JSON Example

{
  "pipelineCode": "string",
  "stageCode": "string"
}

Contained in Schemas