SetPipelineStageStepConfigDto
Configuration for SetPipelineStage workflow steps.
Sets the stage on the client's pipeline card when executed.
Properties
| Name | Type | Description |
|---|---|---|
| pipelineCode | string | The code of the Pipeline whose stage should be set |
The code of the Pipeline whose stage should be set | ||
| stageCode | string | 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"
}