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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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,
Now the result of the intersection are the failed workflows created by disable user.
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,
Now the result of the intersection are the failed workflows created by disable user.