ManagedIntegrationRuntimeStatus type
Estado del entorno de ejecución de integración administrado.
type ManagedIntegrationRuntimeStatus = IntegrationRuntimeStatus & {
createTime?: Date
lastOperation?: ManagedIntegrationRuntimeOperationResult
nodes?: ManagedIntegrationRuntimeNode[]
otherErrors?: ManagedIntegrationRuntimeError[]
type: "Managed"
}