Title is the question: “Workflow Question - when ‘updated’ based Workflows are run, are they counted as a run if filter doesn’t match?”
A bit more context, looking to optimize my workflows that run ‘when a record is updated’ - some of my datatypes are updated very regularly in the course of being used and the workflow count adds up quickly…
So, in the above example, (Status changes) would it count as a workflow run every time the ‘status’ field of the given record type changes? My guess is yes, but I want to be sure.
Or does it run every time any field changes in the given records?
Obviously can get a bit pricey if it runs every time a record is updated regardless of the field, so I’ll want to optimize accordingly or build in other approaches if that is the case.
Thanks!
Bonus technical question - is this a GraphQL ‘subscription’? Is it possible to us ‘subscriptions’ over the Rest API or no?