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

Overload GetPendingActivity with workflowId parameter. Solves #542 issue. #864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MathSee
Copy link

@MathSee MathSee commented Jul 7, 2021

Describe the change
An overload on the GetPendingActivity on ActivityController to include workflowId parameter, this overload allows the host to get only the pending activities from a specific workflow. Helping to solve the issue #542

Describe your implementation or design
How did you go about implementing the change?
It's only a overload, follows the same implementation that the master branch, but now help the host to get pending activities with a new filter, the workflowId.

Tests
Did you cover your changes with tests?
Yes

Breaking change
Do you changes break compatibility with previous versions?
No

Additional context
This change is not supported only on Redis provider. I couldn't implements this overload for Redis.

…verload parameter allows the host to get only the pending activities from a specific workflow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant