I am trying to redesign a SQL event action as a Workflow and I am having the following challenges.
- Is it possible to use methods like client_sys.add_to_attr, client_sys.add_info and transaction_sys.deferred_call in a workflow.
-
Can we use such projection methods to add records and if so is there a way to handle the exceptions? - In case if its possible to use such methods in workflows should we do COMMITS in case we execute this within a loop? If COMMITs are required, is there a workaround for it as COMMITs are not allowed within workflows?
Appreciate your guidance in this.
Thanks in advance.