Interface WorkflowContext

All Superinterfaces:
Context, ObjectContext, SharedObjectContext, SharedWorkflowContext

public interface WorkflowContext extends SharedWorkflowContext, ObjectContext
This interface can be used only within workflow handlers of workflow. It extends Context adding access to the workflow instance key-value state storage and to the DurablePromise API.

NOTE: This interface MUST NOT be accessed concurrently since it can lead to different orderings of user actions, corrupting the execution of the invocation.

See Also: