For workflows, you can define the following levels of security access:

The mechanism that workflows use to handle security is the access control list, described in Secured Repositories in the ATG Repository Guide. For workflows, access control entries are stored as strings in the workflow definition XML file and then parsed by the atg.security package into an AccessControlList object.

The following example shows an access control entry from the registration.wdl file, which is the definition file for the EcoVida registration workflow:

<attribute name="atg.workflow.acl">
  <constant>Profile$role$2900189:execute</constant>
</attribute>

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices