-
Notifications
You must be signed in to change notification settings - Fork 53
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
ActivateJobsCommand updated to set tenantIds. #594
ActivateJobsCommand updated to set tenantIds. #594
Conversation
@ShawnAbshire lets do the same as we did here #593
|
b4d1825
to
4eafab4
Compare
Updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍🏼 Lets improve the comments than I guess we are good to go
|
||
namespace Zeebe.Client.Api.Commands | ||
{ | ||
public interface ITenantIdsCommandStep<out T> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔧 We could either add here a single AddTenant or extend the previous introduced interface
Thanks for the contribution @ShawnAbshire 🚀 |
Updates
ActivateJobsCommand
to support TenantIds.This is the second interface I would like to introduce for TenantIds.
This continues the work to update the various builders to support multi-tenancy in 591