IExecutionContext
Home > @gooddata/sdk-backend-spi > IExecutionContext
IExecutionContext type
Arbitrary metadata attached to a prepared execution.
Signature:
export type IExecutionContext = unknown;
Remarks
Use this bag to correlate executions with higher-level constructs (for example, geo layer identifiers). The context travels with the execution through immutable operations and can be retrieved once the data is resolved.