cancel
Showing results for 
Search instead for 
Did you mean: 

User Action: Current document has life cycle ......NOT!?

karl_harris_
Star Collaborator
Star Collaborator

I can use the Current document has life cycle to filter by life cycle, and even use a comma separated list (OR) to filter for multiple life cycles.

Question:

Is there a NOT function?

I have many (50-100) life cycle states I need to pass and only one or two I want to filter. Is there a way to say pass all except StateA, StateB?

3 REPLIES 3

karl_harris_
Star Collaborator
Star Collaborator

Looks like if I use a custom EL expression like:

#{layoutValue.currentLifeCycleState != 'LifeCycleA' && layoutValue.currentLifeCycleState != 'LifeCycleB'}

I can filter only two life cycle states as outlined in my question, passing all others.

Is that an edit on your original question or an answer?

I was intended to be an answer, however see