Hi
Can anyone tell me how to update the workflow title using event scripts once the workflow is initiated. I am using the following Update statement to update the title, but for some reason i get 0 rows updated in the OT SQL Logs.
update wsubwork set subwork_title = 'My Title' where subwork_subworkid = 502182
But if i run the same SQL from the back-end, the tables get updated appropriately. Any Clues.
Thanks in advance.