I am creating a vehicle rental application. I wanted to change the rental status of the application after the supervisor accepts the task
Here in this process model, how do I get the value after supervisor (supervisor change status node) accepts a task. I want to use write records to change the value of rental status to false.
Could someone help me with this.
Discussion posts and replies are publicly visible
As per Stefan Helzle , you can use a!save() and configure your isActive as false and another way is script task.