When deploying a project release into a production environment, I am wondering if its possible to set the workspace. For example, in development the workspace name APEX_DEV is used but in production APEX_PROD is, this causes an issue when deploying the project as I get the error “ORA-20987: APEX – Invalid workspace ID.” I can change the workspace in the application xml manually before generating the artifact, but I am looking for a less intrusive method. Does a way to do this currently exist?