workflowcontext
Workflowcontext, often written as workflow context or execution context, is an abstraction used in workflow systems to represent the runtime state and metadata of a running workflow instance. It provides a stable access point for activities or steps to interact with the ongoing process without directly manipulating business data.
A typical workflowcontext includes information such as the workflow instance identifier, the current activity or state,
The primary purpose of a workflowcontext is to enable decision making, data routing, and lifecycle management
Implementation varies by platform. Some systems expose a distinct type called WorkflowContext, others use ExecutionContext, RunContext,