-
Notifications
You must be signed in to change notification settings - Fork 194
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
docs: document c8run zeebe user task issue #4874
base: main
Are you sure you want to change the base?
Conversation
👋 🤖 🤔 Hello, @panagiotisgts! Did you make your changes in all the right places? These files were changed only in versioned_docs/version-8.6/. You might want to duplicate these changes in docs/.
You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines. |
Marking this as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, just a rewording suggestion 👍 🚀
@panagiotisgts It makes sense that this doesn't need to go into the latest docs, and this issue only applies to 8.6 as it is fixed in 8.7, but just want to confirm this is correct?
|
||
## Known Issues | ||
|
||
- Unable to perform operations(assign/unassign/complete) on Camunda User Tasks, formerly known as Zeebe User Tasks, in Tasklist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Unable to perform operations(assign/unassign/complete) on Camunda User Tasks, formerly known as Zeebe User Tasks, in Tasklist | |
- In Tasklist, you cannot perform operations (assign/unassign/complete) on Camunda User Tasks (formerly known as Zeebe User Tasks). |
@@ -152,3 +152,8 @@ curl --cookie cookie.txt localhost:8080/v2/topology | |||
## Shut down Camunda 8 Run | |||
|
|||
To shut down Camunda 8 Run and end all running processes, run `./shutdown.sh` (or `.\c8run.exe stop` on Windows) from the C8Run directory. | |||
|
|||
## Known Issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Known Issues | |
## Known issues |
My question regarding this section is around wording alignment regarding "known issues" (same as "limitations"). I wonder if a note
in the components list would be more effective, particularly as we can use that to encourage any users to move to 8.7, if this issue isn't going to be fixed in 8.6. @theburi is there any product opinion here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep it as is. I don't think people will navigate to other pages.
|
||
## Known Issues | ||
|
||
- Unable to perform operations(assign/unassign/complete) on Camunda User Tasks, formerly known as Zeebe User Tasks, in Tasklist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Unable to perform operations(assign/unassign/complete) on Camunda User Tasks, formerly known as Zeebe User Tasks, in Tasklist | |
- In Tasklist, you cannot perform operations (assign/unassign/complete) on Zeebe User Tasks. |
I believe they're still Zeebe user tasks in 8.6; I am not sure if we plan to backport that name change.
Description
Documented a known issue for C8 Run regarding Tasklist and Camunda (Zeebe) User Tasks for customer visibility.
Reference ticket: #4865
URL of the proposed change: http://localhost:3000/docs/self-managed/setup/deploy/local/c8run/#known-issues
Screenshot of the introduced section:
When should this change go live?
hold
label or convert to draft PR)PR Checklist
/versioned_docs
directory./docs
directory (aka/next/
).