To distinguish a Service from an Action, you include the execution.json file in the Action. That contains a JSON object with 2 values:
execution.json
{ "Affinity": 1, "RequireConnection":true }
Affinity defines where the Action runs:
1
On the BrazenAgent
2
Reserved for future use
3
4
5
Reserved for future use.
Last updated 3 years ago