Missing input/output parameter edition panel
See original GitHub issueDescribe the Bug
If template that is used contains configuration like:
"entriesVisible": {
"_all": false,
"inputs": true,
"outputs": true
}
then after selecting input or output parameter additional panel containing its name, type and value is not visible:
If _all flag is set to true then panel is visible:
Maybe some flag is missing in template visibility configuration, but unfortunately I did not found anything in Camunda Modeler documentation.
Steps to Reproduce
- Create template containing visibility configuration like:
"entriesVisible": {
"_all": false,
"inputs": true,
"outputs": true
}
- Open Camunda Modeler.
- Apply newly created template on any task.
- Select mentioned task.
- Go to input/output parameter tab.
- If any parameter already exists (applied from template) then select it. If not then create new parameter using “+” button and select it.
- Parameter properties panel is not visible. It is not possible to set parameter properties.
Expected Behavior
Parameter properties panel is visible and enabled after selecting any input or output parameter.
Environment
- OS: Windows 10
- Camunda Modeler Version: 4.2.0
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Input/Output Parameters Tab | Civil 3D 2019
Define the parameters that can be specified when the subassembly is used in a corridor model. If a property is defined as an...
Read more >DataWorks:Configure input and output parameters
Configure input and output parameters,DataWorks:Input and output parameters are used to transmit data between ancestor and descendant nodes.
Read more >Example of Using Input and Output Parameters
To help you get a better understanding of how you could use input and output parameters to your benefit, we created a simple...
Read more >DB2 - DSNTIPA1 or DSNTILA1: Main panel - IBM
The entries on the Main panel control input to and output from the installation CLIST. When processing is complete, this panel is displayed...
Read more >Add input and output variables - Power Virtual Agents
Use variables as input and output parameters to pass information ... However, there's no limit on the amount of data a bot can...
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
@MaxTru thank you very much! That works! Only downside is that we have to activate"Local Variable Assignment" and select “Map” from “Variable Assignment Type”. But it’s finally all on one tab 👍
@szerie
Element templates support
default rendering
.So by omitting the bindingType for
inputParameter
like this:the default input component will be rendered (which then also supports
Map
):Maybe this helps you to implement your requirement