Skip to content

Commit 0147346

Browse files
authored
Update bpm-activities.md
1 parent 4e962c7 commit 0147346

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/administration/bpm-activities.md

+4
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ When using Formula in a task that creates or updates another record, the current
111111

112112
If the parameter *Isolate Variables* is checked, Formula variables defined within the task won't be exposed outside of the task. The *Return Variables* parameter allows to specify variables that will be exposed.
113113

114+
!!! note
115+
116+
If you didn't check the *Isolate Variables* parameter, be aware that all variables defined in Execute Formula Script actions will remain available throughout the process and even after it finishes. Since some variables may contain sensitive data or consume disk space, it might be reasonable to unset them at the end of the script. Checking the Isolate Variables parameter is recommended.
117+
114118
----
115119

116120
## Send Message Task

0 commit comments

Comments
 (0)