depth property

int depth
getter/setter pair

The current depth of the workflow, characterized through the nesting of Bubble.

If the value changes, the workflow will react through changing it's current position of steps.

Implementation

int depth = 0;