I wonder if this is currently possible in Metastorm 9.2. We have several business processes with fairly large amounts of global variables which Metastorm stores implicitly in the default process tables (e.g. if the process is Overtime Request, the table dbo.Overtime_Request). There are some concerns (security, performance, etc) about storing the process data for various business processes in the default dbo schema in Metastorm DB.
It would be a good idea to store Metastorm specific tables e.g. eFolder in one place (dbo) and process specific tables elsewhere e.g. [ovt].[Overtime_Request]. Is there a way of achieving this in Metastorm ? I have tried changing the object's owner after a deployment but it isn't as obvious as that. I have also noticed that any custom business objects other than the default process table can be pointed to other schemas.
Thank you.