Apply an ACL for the specific workflow model to /var/workflow/models

If the workflow model is stored within /var/workflow/models, then you can assign a specific ACL, relevant to only that workflow, on the folder:

  1. Open CRXDE Lite in your web browser (for example, http://localhost:4502/crx/de).

  2. In the node tree, select the node for the workflow models folder:

    /var/workflow/models

  3. Click the Access Control tab.

  4. In the Local Access Control Policies (Access Control List) table, click the plus icon to Add Entry.

  5. In the Add New Entry dialog box, add an ACE with the following properties:

    • Principal: content-authors
    • Type: Deny
    • Privileges: jcr:read
    • rep:glob: reference to the specific workflow

    wf-108

    The Access Control List table now includes the restriction for content-authors on the prototype-wfm-01 workflow model.

    wf-109

  6. Click Save All.

    The prototype-wfm-01 workflow is no longer available to members of the content-authors group.

Create a subfolder in /var/workflow/models and apply the ACL to that

Your development team can create the workflows in a subfolder of

/var/workflow/models

Comparable to the DAM workflows stored under

/var/workflow/models/dam/

You can then add an ACL to the folder itself.

  1. Open CRXDE Lite in your web browser (for example, http://localhost:4502/crx/de).

  2. In the node tree, select the node for the individual folder in the workflow models folder; for example:

    /var/workflow/models/prototypes

  3. Click the Access Control tab.

  4. In the Applicable Access Control Policy table, click the plus icon to Add an entry.

  5. In the Local Access Control Policies (Access Control List) table, click the plus icon to Add Entry.

  6. In the Add New Entry dialog box, add an ACE with the following properties:

    • Principal: content-authors
    • Type: Deny
    • Privileges: jcr:read
    NOTE
    As with Apply an ACL for the specific workflow model to /var/workflow/models you can include a rep:glob to limit access to a specific workflow.

    wf-110

    The Access Control List table now includes the restriction for content-authors on the prototypes folder.

    wf-111

  7. Click Save All.

    The models in the prototypes folder are no longer available to members of the content-authors group.

recommendation-more-help