Workflow Table Name logic understanding
Hi Folks,
Can we figure out the logic of table name which gets created in the backend database when we run a workflow from a frontend console?
Previously, we were able to identify the table name using the workflow primary key id. Table name follows the below pattern
"WKF<Primary Key ID>%"
But, recently our auto sequence has exhausted, and our DBA changed the sequence range to the negative number. so, now whenever we create the new workflow, the primary key of workflow gets generated as negative number. and table name is not matching with the primary key of the workflow.
Regards,
Nitesh Anwani
