What is maxRetries in the HyperExecute YAML file?

What is maxRetries in the HyperExecute YAML file ?

Hello,

With maxRetries, the retry operation is carried out till the number of retries mentioned in maxRetries is exhausted or the command execution results as “Pass”.

If I want to stop retry then what should I do.

Hi Anjan To stop the retries, you can pass “retryOnFailure”: “false” in the Yaml file

Sharing the document for your reference: