We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a00f3 commit 3506f93Copy full SHA for 3506f93
server/adaptors/integrations/integrations_builder.ts
@@ -41,7 +41,7 @@ export class IntegrationInstanceBuilder {
41
if (!assets.ok) {
42
return Promise.reject(assets.error);
43
}
44
- const remapped = this.remapIDs(this.getSavedObjectBundles(assets.value));
+ const remapped = this.remapIDs(this.getSavedObjectBundles(assets.value, options.workflows));
45
const withDataSource = this.remapDataSource(remapped, options.dataSource);
46
const refs = await this.postAssets(withDataSource);
47
const builtInstance = await this.buildInstance(integration, refs, options);
0 commit comments