Workflow Session
interface WorkflowSession
Content copied to clipboard
Information about the session of a workflow in the runtime that a WorkflowInterceptor method is intercepting.
Properties
identifier
Link copied to clipboard
parent
Link copied to clipboard
The parent WorkflowSession of this workflow, or null if this is the root workflow.
sessionId
Link copied to clipboard
A unique value that identifies the currently-running session of this workflow in the runtime. See the documentation on WorkflowInterceptor for more information about what this value represents.