i saw a message in another topic like in the BPM flow it is already defined for sending email when the underwriter reject it. But here in this case it is not sending email and nothing is happening. The task is removed from myTask tab. What to do ?
Could someone please help me with this. @Sam@Simphiwe
When i do approve or reject i can see that the case is removing from my task tab . But the issue is when i do alpha.co.get() in the console im able to see the comments which i was added but not the approved status. the status is still will be the same which i was given as default value.
Hello @Aswin ,
It seems that your underwriter operation has been successfully completed.
That’s why you can no longer see your case in My Task.
You can now proceed with the approval in the Reviewer stage
Hello @Aswin ,
please make sure you use correct approach,if you want to update or save you can use like this (eg:alpha.co.update(“fundData”, arr) or local etc) please make sure your setup is correct and make the appropriate changes
Hello @Aswin ,
It was just an example — you can replace the data with your own.
Internally, only alpha.co is used; the "fundData" and arr in the example are placeholders.
You need to use update for saving or updating your data. That’s what I meant
Ok so you are saying that before calling the case decision and case update i need to do something like this in a custom code and call the case services. is that what you mean @Sam ?