I am building a webhook scenario that receives sensitive data (personal information etc.) from an external form service.
For privacy and compliance reasons, I want to enable the âData is confidentialâ option in Scenario settings so that Make does not store any processed data.
What is the problem & what have you tried?
The problem is:
If I turn on âData is confidentialâ, will I still be able to replay or re-execute failed scenario runs (from History or Incomplete Executions)?
If replay is possible, for how many days is the data retained?
I have read the official Scenario settings documentation, which only states:
âIf enabled, there are very limited options to solve errors that occur in a scenario execution.â
However, it does not clearly say whether replay/re-execution becomes completely impossible.
I have not tested it yet with real data because this is a production scenario handling sensitive information, and I want to confirm the exact behavior first.
But Make does store the execution, so you can see when the scenario ran and (in case of an error) see what module caused the error. However, you will not be able to see any processed data.
Replay is possible but you will see: âThe data contained in the scenario is marked as confidential and therefore cannot be displayed.â
Thank you very much for your quick reply and the clear explanation!
I tested the âData is confidentialâ setting in a test scenario, and I noticed something that doesnât fully match the documentation or your description:
In some failed executions, Replay is still possible (I see the message âThe data contained in the scenario is marked as confidential and therefore cannot be displayed.â).
In other cases, Replay is completely impossible (the Replay button doesnât appear at all).
This left me with three specific questions before I enable it in production:
What are the exact conditions that determine whether Replay is possible or not?
(For example: History vs. Incomplete Executions, type of error, âStore incomplete executionsâ setting, time since execution, or something else?)
When Replay is possible, does this mean the original data bundles are still retained somewhere (even if hidden)?
If any data is retained, what is the exact retention period?
I havenât enabled this in any live scenarios yet, as we handle sensitive personal data via webhook and need to be 100% sure about the behavior.
I would really appreciate your clarification on these points!