Situation:
The context information file for a particular instance of process flow that is executed inside Adeptia Server contains information of all the process flow context variables that exists for that particular instance of process flow. In some cases, you may have some secret information that you'd like to keep from being written to this file.
Solution:
If you don't want to display this information in context information file, then you can place a Put-Context-Var action (with variable name = "secretCode" and variable value = "" - just leave it as blank) before the end event of that process flow. It will remove this information from context information file.
Comments
0 comments
Article is closed for comments.