Closed twomedia closed 1 year ago
This PR exposes the FlowManager.currentIndex getter, while keeping the setter private.
FlowManager.currentIndex
This allows us to reference the flows current index which is required in some of our more advanced workflows.
Yes we need this change on our side too
Thanks!
This PR exposes the
FlowManager.currentIndex
getter, while keeping the setter private.This allows us to reference the flows current index which is required in some of our more advanced workflows.