setExecutionResultData()
Home > @gooddata/sdk-ui-dashboard > setExecutionResultData
setExecutionResultData() function
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates an UpsertExecutionResult command that makes the relevant execution result set new result data and stop loading.
Signature:
export declare function setExecutionResultData(id: ObjRef | string, executionResult: IExecutionResult, executionWarnings: IResultWarning[] | undefined, correlationId?: string): UpsertExecutionResult;
Parameters
Parameter | Type | Description |
---|---|---|
id | ObjRef | string | |
executionResult | IExecutionResult | |
executionWarnings | IResultWarning[] | undefined | |
correlationId | string | (Optional) |
Returns: