- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 08:29 AM
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?
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 09:31 AM
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
Aman Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 08:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 08:54 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2022 09:31 AM
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
Aman Kumar