We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to add approval states other than approve or reject in workflow????

suprakash
Giga Expert

I have added a state in sysapproval_approver named review

I have attached an image in which you can see that I have added a state named review in the aproval activity.   when i am changing state in approval table to Approved or rejected the flow is going fine in the workflow. But the problem is when i am changing the state to review the flow is not working .

I given the condition in the workflow activity for state review activity.result == 'reject-review'

'reject-review' is the value of the state   review that I added in approval table

1 ACCEPTED SOLUTION
11 REPLIES 11

i am also facing same issue