prerequisiteStepIds property

List<String>? prerequisiteStepIds
getter/setter pair

The optional list of prerequisite job step_ids.

If not specified, the job will start at the beginning of workflow.

Optional.

Implementation

core.List<core.String>? prerequisiteStepIds;