Type Alias PluginsStatusInCloud
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
inputs: { [key: string]: object }
name: string
pluginVersionId: string
stackVersionId: string
statusInCloud:
| "EXTERNAL_ERROR"
| "INTERNAL_ERROR"
| "ABORTED"
| "FAILED"
| "SUCCEEDED"
| "RUNNING"
| "PENDING"
| "READY_TO_RUN"
type: string