Skip Headers

Oracle Demantra Implementation Guide Supplement
Release 7.3
Part Number E26760-06
Go to Table of Contents
Contents
Go to previous page
Previous
Go to next page
Next

Managing Security

Providing Access to the Workflow Editor

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

  1. Log on to the Business Modeler as described in “Logging onto the Business Modeler.”

  2. Create a group that includes all users who need to log into the Workflow Editor. See “Creating or Modifying a User Group”.

  3. 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'.

  4. Obtain the application_id of the newly-created group.

  5. 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”