Some users pause activities inside the workflow.
Since the status says "finished", I thought they have ended and that paused activity meant nothing. However, I've been told by Adobe Support that those workflows are consuming resources.
What would be an efficient way to stop all of them? How can I filter those workflows with an activity in pause state and stop them?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @ogonzalesdiaz ,
Go to xtk:workflow schema's data tab > Advance filter... > apply the below condition,
data contains mask="2"
AND
@state equals to Finished
The above will list out all the workflows which are in finished state but has a activity in 'Enable but do not execute' mode.
Hi @ogonzalesdiaz ,
Go to xtk:workflow schema's data tab > Advance filter... > apply the below condition,
data contains mask="2"
AND
@state equals to Finished
The above will list out all the workflows which are in finished state but has a activity in 'Enable but do not execute' mode.
Hi @ParthaSarathy , any documentation on what mask="2" means? Maybe there is mask 1,3,4 etc.
Doing "Unconditional stop" doesn't change the paused activity to other state. There are more than 200 workflows with a paused activity.
Is there any action I can do as a "Mass updated of selected lines" ???
Views
Replies
Total Likes
@ogonzalesdiaz , Not sure about the documentation, but below are the values and its meaning,
mask="1" > Do not enable
mask="2" > Enable but do not execute
mask="0" > Normal Execution (Default)
And there is no option to remove 'Enable but do not execute' using 'Mass updated of selected lines', so have to manually modify it.
Views
Replies
Total Likes
Hi @ogonzalesdiaz Unconditional stop would help with this scenario, it did work for us.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies