Updated Data Stores in 5 mins (markdown)

jbirddog 2024-01-22 19:02:32 -05:00
parent 4d505a2246
commit cab2b9b6a9

@ -3,7 +3,7 @@
1. Allow BPMN Architects to define custom data models that can be shared across process instances 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. 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. 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. 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. 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 1. Data Stores are implemented in the backend and must be registered with SpiffWorkflow