We have a workflow which takes files from teamsite deploy to dev and staging box. I want to restrict the task once the workflow reaches Stage so that in prodcution only spcific users can push.Here is the task that i want to restric to ONLY teamsite Admins.[html] owner="__TAG__('gatekeeper');" readonly="t" description="Set to deploy __TAG__('task_desc2');"> __INSERT__(" "); [/html]How can i do that ?
[html]...[/html]
My Apologies but being new to this forum i havent seen that html tag thing even once will take care in future .. coming to topic ..gatekeeper is set to "tsadmin".. what i thought was that if i will change the owner of the task from the job creater to tsadmin then the values should not be visible to job creater but that didnt happened "if you restrict the values available for gatekeeper then you should have effectively restricted the owner of the task" what values we are talking about here ?
Can u pls share some thing on this .. i can try to change to group task isntead of user task