question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing input/output parameter edition panel

See original GitHub issue

Describe 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:

MissingPanel1

If _all flag is set to true then panel is visible: MissingPanel2

Maybe some flag is missing in template visibility configuration, but unfortunately I did not found anything in Camunda Modeler documentation.

Steps to Reproduce

  1. Create template containing visibility configuration like:
    "entriesVisible": {
      "_all": false,
      "inputs": true,
      "outputs": true
    }
  1. Open Camunda Modeler.
  2. Apply newly created template on any task.
  3. Select mentioned task.
  4. Go to input/output parameter tab.
  5. If any parameter already exists (applied from template) then select it. If not then create new parameter using “+” button and select it.
  6. 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:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
mattlockercommented, Oct 19, 2021

@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 👍

1reaction
MaxTrucommented, Oct 18, 2021

@szerie

Element templates support default rendering.

So by omitting the bindingType for inputParameter like this:

      {
        "label": "Input Parameter",
        "binding": {
          "type": "camunda:inputParameter",
          "name": "processVar"
        }
      }

the default input component will be rendered (which then also supports Map): image

Maybe this helps you to implement your requirement

We have an element template we are using quite a lot, which needs a map input parameter […]

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found