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

Add support to update variables of a non-completed task based on a addition call to zeebe #37

Open
StephenOTT opened this issue Dec 13, 2019 · 0 comments

Comments

@StephenOTT
Copy link
Owner

There are scenarios where a user task could be open for a long period of time and you need to update the user task copy of the variables so the user can get the most recent snapshot of data.

Likely should be a additional endpoint for the user to call from a user task. Such as /tasks-:taskId/variables/update (or something like that)

Can add caching based on updates could only occur with N period. ?

Also consider if the original capture variables should be kept and a new column for updated variables be added. Or if updates should modify the current variables column.

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

No branches or pull requests

1 participant