Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Update the ACL of a workflow with Web Publisher default ACL (See related posts)


- Locate the workflow r_object_id.
- DQL:

   1  
   2  update dm_sysobject object set acl_name = 'WebPublisher User Default ACL'
   3  where r_object_id = ID('4b00139c800005e8')

You need to create an account or log in to post comments to this site.


Click here to browse all 5355 code snippets

Related Posts