I have configured a user input task as a quicktask in my process model. I want t

I have configured a user input task as a quicktask in my process model. I want the qucik task to be active until user changes a boolean value from true to false. This is achieved using exception flow, User should also be able to close the quick task window and should be able to return to the parent process keeping the quick task active. can anyone let me know how to close a quick task window by clicking on a close button in the form?...

OriginalPostID-107077

OriginalPostID-107077

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    If you are working in the Portal environment there is a method to redirect the screen. After the user hits "Close" you chain to another user activity form that contains javascript onLoad to redirect window.location to the URL of your process dashboard (or any location you choose). This "dummy" task will need its own timer based exception flow to fully complete the task.
Reply
  • 0
    Certified Lead Developer
    If you are working in the Portal environment there is a method to redirect the screen. After the user hits "Close" you chain to another user activity form that contains javascript onLoad to redirect window.location to the URL of your process dashboard (or any location you choose). This "dummy" task will need its own timer based exception flow to fully complete the task.
Children
No Data