lastRun
Home > @gooddata/sdk-model > IAutomationMetadataObjectBase > lastRun
IAutomationMetadataObjectBase.lastRun property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Last run of the automation.
Signature:
lastRun?: {
        status?: IAutomationLastRunStatus;
        executedAt?: string;
        traceId?: string;
        errorMessage?: string;
    };