Workflow group approval activity getting skipped without approving.

Sai25
Giga Guru

Hi All,

After the manager approval bypassed in the same way group approval activity also getting by passed.

It should wait for the group approval. but it is getting bypassed without approving of group members.

below is the screenshot.

find_real_file.png

find_real_file.png

Thank you,

sai.

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

If you are in domain separation, make sure you are validating with correct domain user. 

try to add same domain group which user belong too and also add one same domain user as group member. see if you are getting same issue or not. 

View solution in original post

11 REPLIES 11

Hi Harshvardhan,

But I want to another domain user to approve this request item.

 

I have written the script like below still approvals are not triggering.

var answer=[];

var gr=new GlideRecord('sys_user_group');

gr.addQuery('sys_id','72fb379f1b06e4d0432bb9de034bcb29');

gr.queryNoDomain();

if(gr.next()){

answer.push(gr.sys_id);

}

Thank you,

Sai.