37
Views
4
Comments
Solved
What is the parameter value in WAIT On Close callback meant to be?
Question
Application Type
Reactive

Hi there,

I am wondering what is the different between putting CANDIDATEID vs none (no value is assigned):

regards and thanks


2025-01-09 14-56-57
IQ78
Solution

Hi, thanks,

I did try that it is about filtering. Suppose there are two candidates and they all in a wait activity. If, the candidate value is assigned a candidate id, then when i update that candidate it, ONLY its wait activity is closed. On the other hand, if it is left blank, when i update one of the candidate, ALL both wait activities are closed.

regards

2020-09-21 11-35-56
Sachin Waghmare

Hello BPT,

Please refer the below link where it is explained very well.

https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Processes/Process_Tools/Wait

Here, the Candidate ID is reference key for the another entity's attribute which need to be pass to update the Interview entity.

Thanks & Kind Regards,

Sachin

2025-01-09 14-56-57
IQ78

So, if i do not pass it, what is the different?

thank

2020-09-21 11-35-56
Sachin Waghmare

Based on your screen shot if you will not pass Candidate ID then that particular candidate's record into would not get updated into the entity with appropriate status which would required to close the complete activity. Since you are also not passing Interview entity identifier.

2025-01-09 14-56-57
IQ78
Solution

Hi, thanks,

I did try that it is about filtering. Suppose there are two candidates and they all in a wait activity. If, the candidate value is assigned a candidate id, then when i update that candidate it, ONLY its wait activity is closed. On the other hand, if it is left blank, when i update one of the candidate, ALL both wait activities are closed.

regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.