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 testing User Tasks #435

Open
AlexanderPruss opened this issue May 30, 2023 · 0 comments
Open

Support testing User Tasks #435

AlexanderPruss opened this issue May 30, 2023 · 0 comments

Comments

@AlexanderPruss
Copy link
Contributor

It is currently prohibitively difficult to test code that uses the Tasklist API to query and compute user tasks. Currently, the only way to get access to user tasks with the In-Memory Zeebe client is to activate Jobs of type UserTask, but this activation is not idempotent and does not contain the information that queries to the TaskList API would.

Goal: Create a concept that allows user tasks to be claimed and completed using spring zeebe test tools.

Suggestion: Add helper functions for this end to Spring Zeebe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants