Skip to main content
Nintex Community Menu Bar

how to make Anonymous users action a workflow in k2

Hi DMI007


 


You can mark specific Views or Forms to be available anonymously. For example, you may wanth to expose a View / Form to public users who do not have user accounts in your organization's Identity Store. Enabling anonymous access on a View / Form would allow these external users to access that specific View / Form without having to provide credentials.


 


If you are using k2 4.7 see the following link:


https://help.k2.com/onlinehelp/k2blackpearl/icg/4.7/default.htm#Configure/SF_AnonSites.htm


 


If you are using k2 five see the following link:


https://help.k2.com/onlinehelp/k2five/userguide/5.0/default.htm#Create/Views/AnonymousViews.htm


Also See the link below:


https://community.k2.com/t5/K2-Cloud/Anonymous-Form-Starting-Workflow/td-p/108122


 


 


Regards


Elvis


Hi ElvisJacobs,

Thanks for the feedback, i will work with this and revert back


Hi, ElvisJacobs


i tried this but task was not dropping for anonymous email


@DMI007,


It isn't quite as simple as enabling an anonymous runtime. A workflow task must be assigned to a destination. That destination user is then the only one permitted to action the task. 


 


It IS possible to do this, but a bit of extra work is required. I've seen this done by assigning tasks to a generic account, and then using logic built into task action pages to authenticate and authorize the individual user. This isn't exactly the same as what you want, but the same ideas should apply. If you want an "anonymous" user to action a task, you need to assign the task to someone (perhaps a ANONK2USER), and then have the smartform run under the context of that ANONK2USER. 


 


There may well be other ways of achieving this, too, but that's the way I'm familiar with.


 


HTH,


Gail


Hi Gail_K2,

Thanks for the Update


Reply