PluginsStatusInCloud: {
    alias: string;
    connections: Connections;
    inputs: { [key: string]: object };
    link?: PluginLink;
    name: string;
    pluginVersionId: string;
    stackVersionId: string;
    statusInCloud:
        | "EXTERNAL_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "FAILED"
        | "SUCCEEDED"
        | "RUNNING"
        | "PENDING"
        | "READY_TO_RUN";
    type: string;
}

Type declaration

  • alias: string
  • connections: Connections
  • inputs: { [key: string]: object }
  • Optionallink?: PluginLink
  • name: string
  • pluginVersionId: string
  • stackVersionId: string
  • statusInCloud:
        | "EXTERNAL_ERROR"
        | "INTERNAL_ERROR"
        | "ABORTED"
        | "FAILED"
        | "SUCCEEDED"
        | "RUNNING"
        | "PENDING"
        | "READY_TO_RUN"
  • type: string