HI
We are having a wft where after files are deployed to test, we have a review task.
Pasted the snippet below, i am not able to see the 3 descriptions after my user task finishes,hence i am not able to move ahead...
I do see the buttons in our Prod box however in the test box of teamsite i can go just till the test deployments..
Is there any permissions that is restricting me to 'view' the buttons and move to next tasks, as specified in the code below.
<usertask name="Content Admin Review"
owner="__TAG__('iw_user');"
description="Content Deployed to QA. Please Review.">
__INSERT__("<areavpath v='$area_vpath'/>");
<successors>
<successorset description="Approve: Deploy to Production">
<succ v="Submit"/>
</successorset>
<successorset description="Reject: Roll Back QA">
<succ v="Roll Back QA"/>
</successorset>
<successorset description="Approve: End Workflow">
<succ v="Cleanup"/>
</successorset>
</successors>
</usertask>