fix: Remove the option to pass a container to workflow engine API (#8165)

This commit is contained in:
Stevche Radevski
2024-07-17 15:27:56 +02:00
committed by GitHub
parent 0aac0f8bac
commit 8ef4483afb

View File

@@ -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<TData = unknown> = {
export interface WorkflowOrchestratorRunDTO<T = unknown>
extends FlowRunOptions<T> {
transactionId?: string
container?: ContainerLike
}
export type IdempotencyKeyParts = {