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

Expose user tasks in GraphQL API #312

Merged
merged 3 commits into from
Dec 14, 2022
Merged

Expose user tasks in GraphQL API #312

merged 3 commits into from
Dec 14, 2022

Conversation

saig0
Copy link
Contributor

@saig0 saig0 commented Dec 13, 2022

  • import jobs with the user task job type as user tasks
  • expose user task properties like assignee, candidate groups, and user forms
  • expose user tasks:
    • via query
    • by key
    • of a process instance

⚠️ Jobs with the user task type are not exposed as regular jobs anymore. Instead, these jobs are only available as user tasks. Consuming applications may need to change their logic to see these jobs.

closes #284

@saig0 saig0 merged commit 30bcda2 into main Dec 14, 2022
@saig0 saig0 deleted the 284-user-tasks branch December 14, 2022 05:42
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.

I can query user tasks
1 participant