(cfg: WorkflowEngineCosmosConfig)
| 744 | * persisted payloads/results/exits are round-tripped through schema codecs. |
| 745 | */ |
| 746 | export const layerCosmos = (cfg: WorkflowEngineCosmosConfig): Layer.Layer<WorkflowEngine> => |
| 747 | Layer |
| 748 | .effect(WorkflowEngine)(makeCosmosWorkflowEngine(cfg)) |
| 749 | .pipe(Layer.provide(CosmosClientLayer(Redacted.value(cfg.url), cfg.dbName))) |
nothing calls this directly
no test coverage detected
searching dependent graphs…