Skip to main content
December 7, 2022
Question

Hoe to close a task?

  • December 7, 2022
  • 7 replies
  • 0 views

Hi All,

I have the requirement to close the task after clicking over the button in interface? Can anyone please help me out?

    7 replies

    December 7, 2022

    Hi Shubham, the submit parameter should be set to true in your button widget. Hope this is what you are looking for and not cancelling the task instance.

    December 10, 2022

    Hi Samarm, 

    On click of submit button the task should be assigned to someone else and it is not visible to the previous assignee.

    December 10, 2022

    You can use the showwhen condition to hide it and for assigning you will need to use the process model. for submit button you can use a!startproccess that will execute whatever assigning you want to do. 

    December 8, 2022
    [deleted]
    December 8, 2022

    What's your problem ?

    komalj3844
    December 11, 2022

    You can use the submit as true and re assign the same task to next assignee by setting the next assignee in a script task 

    Task->Script task (set assignee)-> Task 

    This will also keep an audit of who is currently working on and the time of assignment