In this case, I need to match any resourceContext which has a property that starts with "Workflow_" and that property contains a string value on state.
The rest is easy, but is it possible to match the "Workflow_Study_delete" property without knowing the full property name?
I need to match a structure where a property key starts with a value and the object inside the property has a value. For example:
In this case, I need to match any
resourceContext
which has a property that starts with "Workflow_" and that property contains a string value onstate
.The rest is easy, but is it possible to match the "Workflow_Study_delete" property without knowing the full property name?