-
Notifications
You must be signed in to change notification settings - Fork 496
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
As a user I want to set a static value in a read-only text field #2304
Comments
Thanks for opening the issue! To which execution platform are you referring? Camunda Cloud or Platform? |
Ah I wasn't sure there was a difference for forms, but I specifically need this for Camunda Cloud :) |
You're probably right, that seems to be not related to a specific platform 👍 |
Also mentioned in this conversation. |
This will be doable once we integrate bpmn-io/form-js#436 (via |
Closes #3327 Closes #2304 Closes camunda/form-playground#20 Closes #3321
Closes #3327 Closes #2304 Closes camunda/form-playground#20 Closes #3321
Closes #3327 Closes #2304 Closes camunda/form-playground#20 Closes #3321
Closes camunda#3327 Closes camunda#2304 Closes camunda/form-playground#20 Closes camunda#3321
Is your feature request related to a problem? Please describe.
Often I want to provide additional context to the user about a task.
Describe the solution you'd like
Be able to set a static value (instead of a key that maps to a process variable) on a read-only text field.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
My current workaround is using input mappings to set the value of the key to some static value.
This means the static definition is defined in the process, while it should probably belong in the form.
Additional context
= "foo"
Mentioned here.
The text was updated successfully, but these errors were encountered: