Question
Optum
IN
Last activity: 19 Mar 2022 10:09 EDT
Commit - Job Schedulers
If the requirement is to update data instances in a job scheduler activity, without using commit method how can we persist the data?
We need to connect to external service and based on the response received, we need to update data instances.
This has to be done daily once, so we configured job scheduler. In activity, without using commit is there any way to update the data instances. As using commit method adds guardrail warning.