@medusajs/workflow-engine-inmemory
Version:
Medusa Workflow Orchestrator module
12 lines • 1.25 kB
TypeScript
import { TransactionState } from "@medusajs/framework/orchestration";
export declare const WorkflowExecution: import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
id: import("@medusajs/framework/utils").IdProperty;
workflow_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
transaction_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
run_id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").TextProperty>;
execution: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
context: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
state: import("@medusajs/framework/utils").EnumProperty<typeof TransactionState>;
retention_time: import("@medusajs/framework/utils").NullableModifier<number, import("@medusajs/framework/utils").NumberProperty>;
}>, "workflow_execution">;
//# sourceMappingURL=workflow-execution.d.ts.map