export interface RunContext { userId: string; workspaceId: string; workflowId: string; args: TArgs; execution?: { place: string; retryCount: number; }; } //# sourceMappingURL=run-context.interface.d.ts.map