We are using WFT.I've to design a workflow in which there are two types of approvers1) Optional Approvers2) Override approvers.Flow is like this:1. Content Author creates content 2. Content Author select a optional approvers and overrise approvers from two list of approvers on WF initiation screen3. Content Author submits the content for approval(Submit for Approval) 4. Optioanl Approver may take the ownership or not.(Task is at Optional Approver)5) If the optional Approver is not approving for long tine then Again Content Author can submit the content for override approval(Author Click on Submit for Override Approval button)5. Mail has to go to all the override approvers at a time.Questions1) Iam (Content Author) able to send a mail to Optional approver.But Iam not able to see the Submit for Override Approval button in my task.How can we achieve?2) How can we set the predecessor and successor for the OverrideApprovalTask?Whats the best way to implement this workflow ? Please suggest me.Thanks in advanceMSR
You can not do it exactly like that in the User or Group Task. In theory you can code conditionally visible buttonsfrom your own CGI Task and process clicks accordingly. That said, I think you are over-complicating it.If I were you I would transition "Notify Optional Reviewer" Mail Task to two concurrent ones. One is Reviewers' GroupTask not accessible to the Author. Another one is Author's User Task "I'm tired of waiting!" that transitions toNotify/Group Task for the Override Group. In this schema Task ownership and transitions are trivial. All you have to dois correctly deactivate tasks (User Task upon Regular Reviewer actions and Regular Group Task upon Overrider's Actions)
Can we remove (hide) the Submit For Override Approval Task from the Approver's tasks list
TeamSite Version : 6.5Environment : Unix