Hi there enaida
thanks for using QandA platform
TTYes, you can conditionally run a custom skill using the inputsCondition
property. Just add something like "inputsCondition": "/document/isSensitive == true"
in your skill definition. This ensures the skill only runs when that field is true
. Make sure isSensitive
is properly mapped and exists in the input. Super useful for skipping unnecessary processing!
If this helps kindly acccpt the answr thanks much.