We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following snippet produces an error:
${activity} Get Activity Instance ${process}[id] Log ${activity}[id]
The error states, that the object ${activity} is of class ActivityDto and cannot be subsribed.
${activity}
ActivityDto
The object should be a dictionary.
The text was updated successfully, but these errors were encountered:
Get Activity Instance returns Dict
08b3586
MarketSquare#30
Get Activity Instance returns Dict (#33)
d3a96f8
* Get Activity Instance returns Dict #30 * Fix merge * Fix testcase * Fix testcase
Noordsestern
Successfully merging a pull request may close this issue.
Following snippet produces an error:
The error states, that the object
${activity}
is of classActivityDto
and cannot be subsribed.The object should be a dictionary.
The text was updated successfully, but these errors were encountered: