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

Support Assign task user task action #16663

Closed
Tracked by #15622
tmetzke opened this issue Mar 1, 2024 · 0 comments · Fixed by #16667
Closed
Tracked by #15622

Support Assign task user task action #16663

tmetzke opened this issue Mar 1, 2024 · 0 comments · Fixed by #16667
Assignees
Labels
component/clients kind/task Categorizes an issue as a breakdown of low-level implementation detail from a parent issue scope/clients-java Marks an issue or PR to appear in the Java client section of the changelog version:8.5.0-alpha2 Label that represents issues released on verions 8.5.0-alpha2

Comments

@tmetzke
Copy link
Member

tmetzke commented Mar 1, 2024

Description

  • Introduce an "assign" method for user tasks in the Zeebe Java client.
  • The method requires a userTaskKey and optionally takes an action of type String.
  • The assignment requires an assignee.
  • The command can be configured to allowOverride.
  • The method updates a user task assignment using Zeebe's REST endpoint POST /v1/user-tasks/{userTaskKey}/assignment created with Add Assign task REST endpoint #16413.
@tmetzke tmetzke self-assigned this Mar 1, 2024
@tmetzke tmetzke added scope/clients-java Marks an issue or PR to appear in the Java client section of the changelog component/clients kind/task Categorizes an issue as a breakdown of low-level implementation detail from a parent issue labels Mar 1, 2024
@tmetzke tmetzke linked a pull request Mar 1, 2024 that will close this issue
14 tasks
@megglos megglos added the version:8.5.0-alpha2 Label that represents issues released on verions 8.5.0-alpha2 label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/clients kind/task Categorizes an issue as a breakdown of low-level implementation detail from a parent issue scope/clients-java Marks an issue or PR to appear in the Java client section of the changelog version:8.5.0-alpha2 Label that represents issues released on verions 8.5.0-alpha2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants