Element Template for Connector
See original GitHub issueAs 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:
- Created 7 years ago
- Comments:23 (22 by maintainers)
Top 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 >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
Sorry for the late response.
No additional thoughts. Exactly what we have in mind, too.
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.
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.