From 8ef4483afb25ab63a9abeb242a1ae9c6f94a88ad Mon Sep 17 00:00:00 2001 From: Stevche Radevski Date: Wed, 17 Jul 2024 15:27:56 +0200 Subject: [PATCH] fix: Remove the option to pass a container to workflow engine API (#8165) --- packages/core/types/src/workflows-sdk/service.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/core/types/src/workflows-sdk/service.ts b/packages/core/types/src/workflows-sdk/service.ts index 38076a3c79..de17802b7c 100644 --- a/packages/core/types/src/workflows-sdk/service.ts +++ b/packages/core/types/src/workflows-sdk/service.ts @@ -1,4 +1,4 @@ -import { ContainerLike, FindConfig } from "../common" +import { FindConfig } from "../common" import { IModuleService } from "../modules-sdk" import { Context } from "../shared-context" import { @@ -17,7 +17,6 @@ type FlowRunOptions = { export interface WorkflowOrchestratorRunDTO extends FlowRunOptions { transactionId?: string - container?: ContainerLike } export type IdempotencyKeyParts = {