You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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 useid
as only available argument for the keyword and make life a bit easier:Get Activity Instance ${process}[id]
The text was updated successfully, but these errors were encountered: