...
- Tables specific to Moves (e.g. stack definitions)
- Tables used by OS Workflow (e.g. Moves workflow history)
\[Note that OS Workflow tables also exist in INFRAMGR - those tables are for use by all other *_(i.e. not Moves)_* apps using OS Workflow.\] Wiki Markup
Because the OS Workflow tables now exist in two separate schemas (INFRAMGR and MOVESMGR), we must take care to use the correct database synonyms to point to the right set of tables.
...
A downloadable script for creating the synonyms is also provided here.
Similarly, if you are running an OS Workflow app that is not Moves (e.g. IAP, ETP), you should make sure you do NOT have these private synonyms defined for your database account. To remove the synonyms, this is the SQL:
...
A downloadable script for removing the synonyms is also provided here.