Second level of approval is triggering in No longer required state in custom table workflow

Astle
Tera Contributor

Hi All,

 

I created a Custom table and it needs multiple level of approvals in it.

so after creating the workflow while testing the records Second level of approval is triggering in "No longer required" state in custom table workflow PFA.

the flow execution also not triggering correctly. In Workflow execution the flow crossed "Set value to dev phase" activity but in ticket its still in previous state i.e "Pre dev ARB review " state PFA.

If i removed the Set value activity from the flow (where i'm setting next state value to move the flow) the second level of approvals are triggered as expected in "Requested" state i need state change and approvals trigger to happen at same time like how we have in Change module.Workflow.png

Workflow exe.png

second level approval issue.png

State.png

Thanks,
Astle.

1 ACCEPTED SOLUTION

Medi C
Giga Sage

@Astle ,

Could you please add a timer for few seconds before the second approval is triggered?

MediC_0-1741438230302.png

 


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

View solution in original post

2 REPLIES 2

Medi C
Giga Sage

@Astle ,

Could you please add a timer for few seconds before the second approval is triggered?

MediC_0-1741438230302.png

 


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

Astle
Tera Contributor

Thanks @Medi C 
After adding timer activity with 5 seconds it worked as expected.