From fe3613899eab16a5f32161292101bcbd310f6cc7 Mon Sep 17 00:00:00 2001 From: Usama Ahmad <96994784+usama9500@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:57:27 +0500 Subject: [PATCH] Data store identifier and Script Ref (#2080) Co-authored-by: jasquat --- docs/Building_Diagrams/data_stores.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Building_Diagrams/data_stores.md b/docs/Building_Diagrams/data_stores.md index e2c4bf3d4..02cd08db7 100644 --- a/docs/Building_Diagrams/data_stores.md +++ b/docs/Building_Diagrams/data_stores.md @@ -156,4 +156,7 @@ This JSON array contains various Gatorade flavors, each with attributes for `nam ![JSON data_store](images/DataStore_JSON_Output.png) +```{admonition} Note +⚠ In the data store creation, you will see fields like 'Name' and 'Identifier'. If you are using script tasks that interacts with the data store, reference the `identifier` exactly as it is named in the data store configuration. +``` By integrating a JSON data store within a BPMN process, workflows can dynamically manage and interact with structured data.