PropPanel: Rename "Target" to "Called element" for CallActivites
See original GitHub issueDescribe the Bug
Currently the zeebe:calledElement
Props are having a group label called Target
=> This is very confusing to the user.
Steps to Reproduce
- Open a Call Activity in Camunda Cloud
Expected Behavior
Rename to Called element
. This is in line with
- e.g., BusinessRuleTask (
Called decision
) - The XML
Environment
Camunda Modeler 4.11.1
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Framework7 Release Notes
target prop renamed to targetEl. Popover, Login Screen, Actions, Sheet. Added animate property; Removed component open/close methods; Added containerEl ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the BPMN specification, we named it ‘Called Element’ because it allows to not only call processes but also global tasks that are defined once in a model and can be reused. Since our engines don’t support global tasks, we could make it even more intuitive for our users and name it ‘Called Process’ in our UI.
cc @andreasgeier @barmac