| Oracle Demantra Implementation Guide Supplement Release 7.3 Part Number E26760-06 | Contents | Previous | Next |
For a given user to log into the Workflow Editor, that user must be configured a specific way.
To provide access to the Workflow Editor
Log on to the Business Modeler as described in “Logging onto the Business Modeler.”
Create a group that includes all users who need to log into the Workflow Editor. See “Creating or Modifying a User Group”.
Using a database tool, query the user_security_group table (i.e. select * from user_security_group). The results will list the group_name and corresponding application_id for each group. For example, for the workflow group_name 'Collaborator', the application_id is 'USER_GROUP:5'.
Obtain the application_id of the newly-created group.
Set the workflow.group parameter in the APS_PARAMS table using the Business Modeler. Go to Parameters > System Parameters > Application Server > Workflow (tab). Add the application ID from the query above to the existing values for this parameter (separate values with a comma), save the changes, and then restart the application server.
See also
“Managing Workflows”
![]()
Copyright © 2012, 2013, Oracle and/or its affiliates. All rights reserved.