From 2ae4296d9502b719f4fea180ac57c38f4f750db5 Mon Sep 17 00:00:00 2001 From: fzzylogic Date: Thu, 23 Nov 2023 11:59:25 +0900 Subject: [PATCH] Update data.rst nit --- doc/bpmn/data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bpmn/data.rst b/doc/bpmn/data.rst index 3fcf0beb..921f92a6 100644 --- a/doc/bpmn/data.rst +++ b/doc/bpmn/data.rst @@ -28,7 +28,7 @@ Data Objects When a Data Output association (a line) is drawn from a task to a Data Object Reference, the value is copied from the task data to the workflow data and removed from the task. If a Data Input Association is created from a Data Object Reference, the value is temporarily copied into the task data while the task is being executed, -and immediate removed afterwards. +and immediately removed afterwards. This allows sensitive data to be removed from individual tasks (in our example, the customer's credit card number). It can also be used to prevent large objects from being repeatedly copied from task to task.