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 #16667

Merged
merged 3 commits into from
Mar 1, 2024

Commits on Mar 1, 2024

  1. feat: add user task assignment command objects

    Creates the API for issueing user task assignment commands in the Java client.
    User task assignment can take a custom "action" and an "assignee". Plus, the command
    can allow overriding the assignee in the engine.
    tmetzke authored and koevskinikola committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9486d57 View commit details
    Browse the repository at this point in the history
  2. feat: add user task assignment command to client

    Adds a user task assignment command method to the Java client. Users can create assignment
    requests in the client with a user task key, action, and assignee using "newUserTaskAssignCommand".
    Plus, users can allow overriding the assignee in the engine.
    tmetzke authored and koevskinikola committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a73e4f3 View commit details
    Browse the repository at this point in the history
  3. refactor: fix type in Zeebe client interface docs

    Co-authored-by: Nikola Koevski <nikola.koevski@camunda.com>
    tmetzke and koevskinikola committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    01d8233 View commit details
    Browse the repository at this point in the history