bpmn-io / bpmn-js-element-templates

The element template extension for bpmn-js
MIT License
5 stars 3 forks source link

Allow a list of existing Groups or entries for `entriesVisible` #117

Open marstamm opened 1 month ago

marstamm commented 1 month ago

Is your feature request related to a problem? Please describe.

I want to create an element template that implements a generic Service Task. For this, I want to allow generic input/output values, but not show other entries.

Describe the solution you'd like

Allow entriesVisible to be a list of Group or entry IDs .

Describe alternatives you've considered

Handle mapping of variables in the task worker, like Connectors does. However, if I want to replicate outputExpression, I would need to implement FEEL in whatever language my worker uses

Additional context

Might be useful for RPA

barmac commented 1 month ago

I am moving this to the backlog, but if it's required for RPA (or anything else), we should consider to move it to ready.