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

Type declaration

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