Hi there,
I want to configure the workflow so that when
author1 submits content, he will use
Content Migration workflow.
I found few topics discussing about the User_List in available_templating.cfg file. and I try all of them but non of it working in my case.
When
author1 try to submit DCR in CCstd, it doesn't apply
Content Migration workflow, instead, it uses
Author Submit Workflow. Can anyone tell me what's wrong with it?
<template_file name='Content Migration' path='custom/workflow/author_submit_dcr_migration.wft'>
<command_list>
<command value='tt_data' />
<command value='tt_deletedcr' />
<command value='submit' />
<command value='all' include='no' />
</command_list>
<user_list>
<user value='author1' include='yes' />
</user_list>
<role_list>
<role value='author' include='yes' allusers='no'/>
</role_list>
<branch_list>
<branch value='all' include='no' />
<branch value='/default/main/crmkb' include='yes' />
</branch_list>
</template_file>
<template_file name='Author Submit Workflow' path='custom/workflow/configurable_author_submit.wft'>
<command_list>
<command value='tt_data' />
<command value='tt_deletedcr' />
<command value='submit' />
<command value='all' include='no' />
</command_list>
<role_list>
<role value='author' include='yes' allusers='yes'/>
<role value='all' include='no' allusers='yes'/>
</role_list>
<branch_list>
<branch value='all' include='no' />
<branch value='/default/main/crmkb' include='yes' />
</branch_list>
</template_file>