I am trying to access the "Step.WaitForTarget" attribute for the Wait step but can't find the correct syntax to use in an expression or the correct API calls to use in an action step. I intend to use this in an expression as I am looking for a specific value.
I have a object reference to the step that I am testing (Locals.StepRef) and from that I have no issues reading the standard attributes like name, step type, preconditions, etc...
How do we access the special additional properties of the wait step ?