Get step number (numeric identifier) in an architect flow

Is there any way to get the step number of an object from within a flow? We are trying to use the step number in a “logging” feature to provide a call trace. The current implementation forces the developers to put the number of the step as a literal in a parameter that is passed to the logging function. We would prefer to use a variable that represents the call flow step number in the logging function.

This client is also using yaml exports and imports to migrate flows between ORGs. The issue is that this process renumbers the steps and makes the logging function report incorrect step numbers.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.