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

BpmnPropertiesProvider for properties defined in bpmn.json #806

Open
TheKetrab opened this issue Oct 31, 2022 · 1 comment
Open

BpmnPropertiesProvider for properties defined in bpmn.json #806

TheKetrab opened this issue Oct 31, 2022 · 1 comment
Labels
backlog Queued in backlog enhancement New feature or request

Comments

@TheKetrab
Copy link

Is your feature request related to a problem? Please describe
I am writing as my master thesis custom implementation of engine for BPMN processes. As for UI I choose bpmnio. For example I'd like to add a feature, that user defines its own script for bpmn:ScriptTask (via properties panel). I want to support only properties defined by official schema. Unfortunately default BpmnPropertiesProvider seems not to support all properties defined in bpmn-moddle's default schema

Describe the solution you'd like
I wish that BpmnPropertiesPanelModule supported all properties defined in bpmn-moddle's default schema. I don't want to use Camunda provider because it gives access to properties from camunda namespace which I don't want to support.

Describe alternatives you've considered

  • using Camunda gives an access to bpmn properties, but it gives access to camunda properties as well :(
  • for now I solved my problem defining my own custom, very provisional provider

Additional context
This feature request comes from topic on bpmnio forum. Implementation would help me in my project and I am assured that in the future somebody can use the feature too.

@TheKetrab TheKetrab added the enhancement New feature or request label Oct 31, 2022
@barmac
Copy link
Member

barmac commented Nov 8, 2022

Correct, we don't support editing each of the properties defined in BPMN. However, we are open to accept contributions. If you implement any of the missing properties entries, feel free to create a pull request.

@barmac barmac added the backlog Queued in backlog label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants