steps property

List<List<TaskRequest>> steps
final

All steps of the built chain (each step is a list of parallel tasks). Mirrors TaskChainBuilder.steps.

Implementation

final List<List<TaskRequest>> steps;