diff --git a/packages/core/orchestration/src/transaction/types.ts b/packages/core/orchestration/src/transaction/types.ts index b83ebab1bf..11e04aa370 100644 --- a/packages/core/orchestration/src/transaction/types.ts +++ b/packages/core/orchestration/src/transaction/types.ts @@ -111,11 +111,15 @@ export type TransactionModelOptions = { /** * If true, the state of the transaction will be persisted. + * + * Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/workflows/store-executions). */ store?: boolean /** - * TBD + * The number of seconds that the workflow execution should be stored in the database. + * + * Learn more in [this documentation](https://docs.medusajs.com/learn/fundamentals/workflows/store-executions). */ retentionTime?: number