Expand my Community achievements bar.

SOLVED

Technical workflow that checks the logs daily for errors due to disables users

Avatar

Level 4

 

 

 

hi all,

I need few inputs--i need to create one 

Technical workflow that checks the logs daily for errors due to disables users

 

can i merge operator and workflow table here to get the  logs daily for errors due to disables users

 

please help to suggest how can we proceed further in case

please help

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @DishaSharma ,

Query1 - xtk:workflow as targeting dimension, Query workflow status equal to Paused; And in additional data - add [createdBy/@id] and give alias as @user

Query2 - xtk:operator as targeting dimension, Query @disable equal to yes; And in additional data - add @id and give alias as @user

Intersect both the activity and select Query1 as primary set, and configure rest as below,

ParthaSarathy_0-1723221229633.png

 

Now the result of the intersection are the failed workflows created by disable user.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @DishaSharma ,

Query1 - xtk:workflow as targeting dimension, Query workflow status equal to Paused; And in additional data - add [createdBy/@id] and give alias as @user

Query2 - xtk:operator as targeting dimension, Query @disable equal to yes; And in additional data - add @id and give alias as @user

Intersect both the activity and select Query1 as primary set, and configure rest as below,

ParthaSarathy_0-1723221229633.png

 

Now the result of the intersection are the failed workflows created by disable user.