WorkspaceActivitiesResponse: {
    action?: "CREATE" | "UPDATE" | "DELETE" | "RUN";
    detail: { [key: string]: object };
    owner?: string;
    requestedBy?: string;
    status:
        | "SUCCESS"
        | "FAILED"
        | "RUNNING"
        | "PENDING"
        | "SKIPPED"
        | "CANCELLED"
        | "NONE"
        | "DRIFT"
        | "SUCCEEDED"
        | "RUNTIME_ERROR"
        | "USER_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "ABORTING"
        | "EXTERNAL_ERROR"
        | "READY_TO_RUN"
        | "TIMEOUT";
    time: number;
    title: string;
    type?: | "DEPLOY"
    | "CUSTOMER_WORKFLOW"
    | "ACTION"
    | "WORKFLOW"
    | "DESTROY"
    | "ROLLBACK"
    | "DEPLOY_SELF_HOSTED"
    | "DESTROY_SELF_HOSTED"
    | "ROLLBACK_SELF_HOSTED";
    version: string;
}

Type declaration

  • Optionalaction?: "CREATE" | "UPDATE" | "DELETE" | "RUN"
  • detail: { [key: string]: object }
  • Optionalowner?: string
  • OptionalrequestedBy?: string
  • status:
        | "SUCCESS"
        | "FAILED"
        | "RUNNING"
        | "PENDING"
        | "SKIPPED"
        | "CANCELLED"
        | "NONE"
        | "DRIFT"
        | "SUCCEEDED"
        | "RUNTIME_ERROR"
        | "USER_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "ABORTING"
        | "EXTERNAL_ERROR"
        | "READY_TO_RUN"
        | "TIMEOUT"
  • time: number
  • title: string
  • Optionaltype?:
        | "DEPLOY"
        | "CUSTOMER_WORKFLOW"
        | "ACTION"
        | "WORKFLOW"
        | "DESTROY"
        | "ROLLBACK"
        | "DEPLOY_SELF_HOSTED"
        | "DESTROY_SELF_HOSTED"
        | "ROLLBACK_SELF_HOSTED"
  • version: string