Interface: WorkspaceImportResponse
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1384
Response from importing workspace data.
Contains the import mappings and validation results, plus the
per-entity-type accounting the importer already collects. Surfacing
skippedEntities is load-bearing: expression-validation failures
and unmapped entities are skipped, not errors by design, and
without this field an import that silently dropped rules reports
indistinguishably from a complete one (observed live: strict
workflow task:exit rules skipped by CEL validation while the
response said "imported successfully").
Properties
createdTasks?
optionalcreatedTasks:CreatedEntityRef[]
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1388
createdWorkflows?
optionalcreatedWorkflows:CreatedEntityRef[]
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1387
entitySummaries?
optionalentitySummaries:WorkspaceImportResponseEntitySummaries
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1389
message
message:
string
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1386
planFingerprint?
optionalplanFingerprint:string|null
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1393
planRows?
optionalplanRows:ImportPlanRow[]
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1391
skippedEntities?
optionalskippedEntities:SkippedEntity[]
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1390
sourceFingerprint?
optionalsourceFingerprint:string|null
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1392
status
status:
WorkspaceImportResponseStatus
Defined in: packages/sdk/src/types/generated/workspace_transfer.ts:1385