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

[Get Activity Instance] Keyword has only unnamed arguments while endpoint has only 1 mandatory parameters #31

Closed
Noordsestern opened this issue Aug 24, 2021 · 0 comments · Fixed by #32
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Noordsestern
Copy link
Member

Because keyword Get Activity Instance accepts only kwags, automationeers always need to name the parameter provided:

    Get Activity Instance    id=${process}[id]

The only parameter possible for the underlying REST endpoint is id. So we could just use id as only available argument for the keyword and make life a bit easier:

    Get Activity Instance    ${process}[id]
@Noordsestern Noordsestern added enhancement New feature or request good first issue Good for newcomers labels Aug 24, 2021
Noordsestern added a commit to postadress/robotframework-camunda that referenced this issue Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant