I am using case entity to raise ticket and in that i added my bpf so my question is what is the use of finish button at the end of stage like after click on finish button we can change the values in the bpf in the previous stages and we are resolving the by clicking on the resolve case which is by default present in case entity.
Note:- I know finish button is used to show that your bpf stages have finished now.
Hi,
A process instance can have one of the following states: Active, Finished, or Aborted. The state is determined by the following attributes on the process instance record:
Status / statecode: Displays the status of the process instance.
Value | Label |
---|---|
0 | Active |
1 | Inactive |
Status Reason / statuscode: Displays information about status of the process instance.
Value | Label |
---|---|
1 | Active |
2 | Finished |
3 | Aborted |
For each BPF you now have a custom entity storing each BPF instance. For the Finished state you should be Setting a status of Inactive and a status reason of Finished.
So once your BPF is set as Finished, you will need to re-activate the BPF if you want to change the value in the stages again.
Abhilash Warrier
100
Super User 2025 Season 2
Suresh Kulla
72
Super User 2025 Season 2
DAnny3211
54