Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Notify failure] Automatically count down retries #49

Closed
Noordsestern opened this issue Sep 20, 2021 · 0 comments · Fixed by #51
Closed

[Notify failure] Automatically count down retries #49

Noordsestern opened this issue Sep 20, 2021 · 0 comments · Fixed by #51
Labels
enhancement New feature or request

Comments

@Noordsestern
Copy link
Member

A task worker must count down the number of retries itself (which is weird).

Automatically count down retries in case a process instance has one, so the automationeer does not need to:

*** Test Case ***
Demo retry count down
    ${retries}    Set Variable    3
    FOR    ${i}    IN RANGE    0    ${retries}
        Notify failure    retries=${retries}
    END

The retries should only be interpreted when raising the incidenrt the first time. After that count down the retries internally and ignore the retries argument.

@Noordsestern Noordsestern added the enhancement New feature or request label Sep 20, 2021
Noordsestern added a commit to postadress/robotframework-camunda that referenced this issue Sep 20, 2021
Noordsestern added a commit that referenced this issue Sep 20, 2021
* weird typo in gitlab ci

did this actual work before?

* implicit retry countdown

#49

* small fix for running without retry_timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant