From cab2b9b6a99e479ab15a9408192b5c874c4d9192 Mon Sep 17 00:00:00 2001 From: jbirddog <100367399+jbirddog@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:02:32 -0500 Subject: [PATCH] Updated Data Stores in 5 mins (markdown) --- Data-Stores-in-5-mins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data-Stores-in-5-mins.md b/Data-Stores-in-5-mins.md index e232c6f..347e17c 100644 --- a/Data-Stores-in-5-mins.md +++ b/Data-Stores-in-5-mins.md @@ -3,7 +3,7 @@ 1. Allow BPMN Architects to define custom data models that can be shared across process instances 1. ClientA wants to deploy a website that will find a recipe based on selected ingredients, or allow the user to add an ingredient 1. Not adding an ingredients table to the backend - 1. A Service Task could be used (postgres to to custom recipe backend) + 1. A Service Task could be used (postgres or custom recipe backend) 1. Or a Data Store could be added with reads and writes modeled in the diagram 1. There can be many types of Data Stores, each handle the structure and persistence of the stored data 1. Data Stores are implemented in the backend and must be registered with SpiffWorkflow