SequenceContext.CallingStep

Syntax

SequenceContext.CallingStep

Data Type

Step

Purpose

Returns a run-time copy of the Step object for the step that called the current sequence.

Remarks

This property is valid when the current sequence is called synchronously or asynchronously. This property does not exist in the root SequenceContext. Any changes to property values in the returned Step object only modify the execution version of the object.

See Also

SequenceContext.Caller

SequenceContext.CallStackDepth

SequenceContext.Root

Step