Hi All,
We are using TeamSite version 7.3.2 and wft files for workflow.
There is one requirement where we are trying to make the workflow used by only one User.
Currently below code snippet is used in available_templates.cfg and all user are able to make use of the Workflow.
<template_file name='Fast Track - Deploy to Pre Live' path='fast_track_global_cache_mitigation_PreLive.wft'>
<command_list>
<command value='submit' />
<command value='tt_deletedcr' />
<command value='tt_data' />
<command value='all' include='no' />
</command_list>
<role_list>
<role value='all' include='yes' allusers='yes'/>
</role_list>
<branch_list>
<branch value='/default/main/Internet/Global' include='yes' />
</branch_list>
</template_file>
I have tried all the stuffs but things are not working. Any lead on " how we can make the workflow to be visible /used by only one user" will be highly appreciated.
Let me know if any other details are required.
Thanks