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.

Element Template for Connector

See original GitHub issue

As Dev, I want to create an element template for a service task which is implemented as connector (i.e. Implementation = Connector). Regarding this, I need to bind a string to ‘camunda:connectorId’. Additionally, I want to specify the input/output mapping for the connector.

<bpmn:serviceTask id="connector-1" camunda:modelerTemplate="connector-template">
      <bpmn:extensionElements>
        <camunda:connector>
          <camunda:inputOutput>
            <camunda:inputParameter name="in">in</camunda:inputParameter>
            <camunda:outputParameter name="out">out</camunda:outputParameter>
          </camunda:inputOutput>
          <camunda:connectorId>connector-id</camunda:connectorId>
        </camunda:connector>
      </bpmn:extensionElements>
    </bpmn:serviceTask>

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:23 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
nikkucommented, Feb 14, 2017

Sorry for the late response.

No additional thoughts. Exactly what we have in mind, too.

1reaction
StephenOTTcommented, Jan 27, 2017

Sure.

So easy use case: http-connector

Connector’s ID and its Input and Output mappings: So that instead of having to manually populate such as the following, we can use a template.

screen shot 2017-01-27 at 4 27 04 pm

So using the template would configure the http-connector for the user based on the specific template.

Similar to the Mail Template example, additional template fields could be used to populate input variables for specific configurations that the user is making. Example: A http-connector to look up the weather in a City, and the template field allows to type a City’s Name, vs another template what uses the same web service but is configured to look up the weather for all cities in a provided country.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Connector templates - Camunda Platform 8 Docs
Connector templates are JSON configuration files, which customize how a BPMN element is shown, and how it can be configured by process developers....
Read more >
Connector designs, themes, templates and ... - Dribbble
Connector. 107 inspirational designs, illustrations, and graphic elements from the world's best designers. Want more inspiration? Browse our search results.
Read more >
Map Connector, Video Templates - Envato Elements
Map Connector Video Templates. Subscribe to Envato Elements for unlimited Video Templates downloads for a single monthly fee. Subscribe and Download now!
Read more >
Document Template Filter Connector Target Elements
... a way to filter elements by type or preferably stereotype when generating a document from a template with Package->Element->Connector->Target->Element?
Read more >
Diagram template connector position | Angular - EJ 2 Forums
I have created a html element as a template annotation in a connector, but i would like for it to be centered on...
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