-
Notifications
You must be signed in to change notification settings - Fork 487
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
Modeler creates invalid Job Worker
type user task
#4648
Comments
38 tasks
Will be tackled as part of https://github.com/camunda/product-hub/issues/2126 by @camunda/hto-frontend. |
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Nov 5, 2024
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Nov 5, 2024
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Nov 5, 2024
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Nov 28, 2024
barmac
pushed a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Dec 2, 2024
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Dec 7, 2024
Skaiir
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Dec 7, 2024
barmac
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Dec 10, 2024
Related to camunda/camunda-modeler#4648 --------- Co-authored-by: Maciej Barelkowski <[email protected]>
barmac
added a commit
to camunda/camunda-bpmn-js-behaviors
that referenced
this issue
Dec 10, 2024
Related to camunda/camunda-modeler#4648 --------- Co-authored-by: Maciej Barelkowski <[email protected]>
This is fixed upstream in |
Skaiir
added
fixed upstream
Requires integration of upstream change
and removed
backlog
Queued in backlog
labels
Dec 11, 2024
4 tasks
bpmn-io-tasks
bot
added
needs review
Review pending
and removed
fixed upstream
Requires integration of upstream change
labels
Dec 13, 2024
nikku
pushed a commit
that referenced
this issue
Dec 13, 2024
nikku
pushed a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Zeebe user tasks are the standard, and job worker type user tasks are completely removed from Camunda 8.7+. We initially solved this through linting, however the default user task created still is of type "job worker". This means I always receive an error initially, and always manually need to switch to Zeebe User Task everytime I create a new user task.
This is not a friendly user journey:
Steps to reproduce
Expected behavior
I expect that I'm not bothered with random error messages, when my clear intention is to
(1) just model a user task (no implementation)
(2) implement a user task for a modern Camunda version, where I expect Zeebe Usertask to be the default
We need to investigate if "just modeling" a user task (not attaching any form) is an acceptable scenario; in the past we received back-preasure trying to mark user tasks without a form as an error. In that case I'd expect to not see any error, too.
Environment
Additional context
Related to this converstion, and follow-up.
Related to https://github.com/camunda/product-hub/issues/2126
Related to https://github.com/camunda/product-hub/issues/2126#issuecomment-2432323017
The text was updated successfully, but these errors were encountered: