The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext, which is a free
form string, when closing a decision task using RespondDecisionTaskCompleted.
Constraints:

C# |
public string LatestExecutionContext { get; set; }