JSON Field Change Task



This task allows you to monitor the value of a single JSON field for changes.
If the field value changes compared to the previous run of the task, then a task specified in the task to run field is run.

Consider the following JSON file:
{"cows":{"type":"brown cows","totalOnFarm":"1035"}}

If the totalOnFarm value changes, then task exit code = -100. Any task specified in the task to run field will be run.
If the totalOnFarm value does not change, then task exit code = 0
If the totalOnFarm field is not found in the JSON file, then task exit code = 1 (error)