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 = {