What steps to check if user is active for workflow

DevtoSME
Giga Guru

 I need to add to a workflow to check the status of a user to see if its active before the workflow continue to execute the next task. What steps do i take to initiate this?

1 ACCEPTED SOLUTION

Yes, you will need to glide the user table to check if the user is active or not, and based on it you will have to return 'yes' or 'no' in order to your flow to proceed further

Best Regards
Aman Kumar

View solution in original post

3 REPLIES 3

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You could add an If condition I assume? Just clicking the condition together through the GUI. What's the actual issue you are running into?

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020-2022 ServiceNow Community MVP
2020-2022 ServiceNow Developer MVP

---

LinkedIn
Community article, blog, video list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

DevtoSME
Giga Guru

No issue. I getting familiar with workflow and In order to complete continue to the next task i need to check if another user is still active that is connected to the user in the task workflow. 

 

so suggesting an if condition i'm assuming i would need to write a script to look up the users id.

Yes, you will need to glide the user table to check if the user is active or not, and based on it you will have to return 'yes' or 'no' in order to your flow to proceed further

Best Regards
Aman Kumar