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 for setting a version tag for a Form #4463

Closed
2 tasks
Tracked by #19812
jfriedenstab opened this issue Aug 14, 2024 · 1 comment · Fixed by #4489
Closed
2 tasks
Tracked by #19812

Add support for setting a version tag for a Form #4463

jfriedenstab opened this issue Aug 14, 2024 · 1 comment · Fixed by #4489
Assignees
Labels
Camunda 8 Flags an issue as related to Camunda 8 enhancement New feature or request Forms
Milestone

Comments

@jfriedenstab
Copy link

jfriedenstab commented Aug 14, 2024

Problem you would like to solve

As a Camunda 8 user, I'd like to be able to specify a custom version tag for a Form (so that the Form will be available under this version tag when it gets deployed later on and can be referenced from a BPMN user task using versionTag binding).

Proposed solution

  • A new (optional) input field "Version tag" is added to the "General" section of the properties panel for a Form.
  • The version tag is stored in a new versionTag JSON property:
{
  "id": "Form_1",
  "type": "default",
  "versionTag": "v1",
  "components": [],
}

Additional context

@jfriedenstab jfriedenstab added enhancement New feature or request Forms Camunda 8 Flags an issue as related to Camunda 8 labels Aug 14, 2024
@jfriedenstab jfriedenstab added the ready Ready to be worked on label Aug 14, 2024
philippfromme added a commit to bpmn-io/form-js that referenced this issue Aug 21, 2024
philippfromme added a commit to bpmn-io/form-js that referenced this issue Aug 21, 2024
philippfromme added a commit to bpmn-io/form-js that referenced this issue Aug 21, 2024
philippfromme added a commit to bpmn-io/form-js that referenced this issue Aug 23, 2024
Co-authored-by: Vinicius Goulart <vinicius.goulart@camunda.com>

Related to camunda/camunda-modeler#4463
vsgoulart pushed a commit to bpmn-io/form-js that referenced this issue Aug 23, 2024
vsgoulart pushed a commit to bpmn-io/form-js that referenced this issue Aug 23, 2024
Co-authored-by: Vinicius Goulart <vinicius.goulart@camunda.com>

Related to camunda/camunda-modeler#4463
@philippfromme philippfromme added fixed upstream Requires integration of upstream change and removed ready Ready to be worked on labels Aug 26, 2024
@philippfromme
Copy link
Contributor

Ready to be integrated into both modelers once bpmn-io/form-js#1243 is released.

Skaiir pushed a commit to bpmn-io/form-js that referenced this issue Aug 26, 2024
Skaiir pushed a commit to bpmn-io/form-js that referenced this issue Aug 26, 2024
Co-authored-by: Vinicius Goulart <vinicius.goulart@camunda.com>

Related to camunda/camunda-modeler#4463
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Aug 26, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed fixed upstream Requires integration of upstream change in progress Currently worked on labels Aug 26, 2024
@philippfromme philippfromme added the fixed upstream Requires integration of upstream change label Aug 27, 2024 — with bpmn-io-tasks
@philippfromme philippfromme removed the needs review Review pending label Aug 27, 2024
nikku added a commit that referenced this issue Aug 28, 2024
@nikku nikku mentioned this issue Aug 28, 2024
4 tasks
@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Aug 28, 2024
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed fixed upstream Requires integration of upstream change in progress Currently worked on labels Aug 28, 2024
nikku added a commit that referenced this issue Aug 29, 2024
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Aug 29, 2024
@github-actions github-actions bot added this to the M80 milestone Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Camunda 8 Flags an issue as related to Camunda 8 enhancement New feature or request Forms
Projects
None yet
3 participants