Nintex Connect

The Official Community Site for Nintex Software Products, including Nintex Workflow 2007, 2010 and 2013; Nintex Workflow for Project Server 2010; Nintex Reporting 2008 and Nintex Analytics 2010; Nintex Forms 2010; Nintex Live and Nintex SmartLibrary.
Welcome to Nintex Connect Sign in | Join | Help
in Search

Nintex Workflow Custom Action "run as workflow owner"

Last post 06-20-2012, 5:48 AM by jay lin. 2 replies.
Sort Posts: Previous Next
  •  03-30-2012, 9:12 AM 22408

    Nintex Workflow Custom Action "run as workflow owner"

    Hello,

    we created a lot of custom nintex workflow actions and now I am wondering, how to enable the property "run as workflow owner" on the "common" area witihn the action configuration.

    Is there any documentation or sample about this?

    Thanks & Regards
    Benjamin

  •  04-02-2012, 3:55 PM 22444 in reply to 22408

    Re: Nintex Workflow Custom Action "run as workflow owner"

    Hi Benjamin

    The DialogBody control has a boolean property called AllowUserContextConfig. Set that to true and the 'Run as owner' option should display.

    In your activity execute method, you do not need to do anything special for the run as owner to work. Just use the __Context.Web like normal to access the site. When run as owner is selected, that context Web will have the rights of the user that published the workflow instead of the initiator. The infrastructure takes care of this for you.

    Hope this helps

    James

  •  06-20-2012, 5:48 AM 23548 in reply to 22444

    Re: Nintex Workflow Custom Action "run as workflow owner"

    Hi James

    i did not see "AllowUserContextConfig" in "Action Set" property dialog box. Where should i configure to run the action set as the workflow owner?

     

    Thanks,

    J

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems