Is it possible to control whether the running integration will run in a stateful or a stateless mode? If not possible then what is the default behavior? Stateful?
Solved! Go to Solution.
You can control this via the local logging setting. The default is stateful. If you disable local logging, then it will be stateless. You will see an execution log entry for the execution, but there will not be any details beyond the execution id and the datetime. If you drill down into that log entry, it will be empty.
https://cloud.google.com/application-integration/docs/local-logging
You can control this via the local logging setting. The default is stateful. If you disable local logging, then it will be stateless. You will see an execution log entry for the execution, but there will not be any details beyond the execution id and the datetime. If you drill down into that log entry, it will be empty.
https://cloud.google.com/application-integration/docs/local-logging
Thank you very much for your detailed response!