obj
Represents the conditions of a parallel maybe pipeline stage.
PMaybe(step, condition)
Step
bool
true
A parallel Step with a condition that will only run when condition is true.
condition
The Step to run.
The condition that must be true for the step to run.
PStep step
A parallel Step with no condition that will always run.