Define element templates for typed events (Message, Error, Compensation)
See original GitHub issueMake it possible to define element templates for typed events such as Message, Error, Signal (Throw|Catch) events.
Cf. forum thread with inspiration for template extensions and friends.
Example
As a developer I should be able to define mappings for the underlying event definition:
<bpmn:intermediateThrowEvent id="IntermediateThrowEvent_0f68r99" name="waiting canceled">
<bpmn:extensionElements>
<camunda:executionListener class="com.camunda.bpm.demo.signal_event_interrupts_parallel_branch.SendSignalToParallelBranchExecutionLister" event="start" />
<camunda:properties>
<camunda:property name="signalName" value="waitingCanceled" />
</camunda:properties>
</bpmn:extensionElements>
<bpmn:incoming>SequenceFlow_0dlumc1</bpmn:incoming>
<bpmn:outgoing>SequenceFlow_1c84drg</bpmn:outgoing>
<bpmn:signalEventDefinition signalRef="Signal_12lmyze" />
</bpmn:intermediateThrowEvent>
<bpmn:signal id="Signal_12lmyze" name="SubscribeToThisSignalAndDie" />
Tasks
- I can template the event definition via the
eventDefinition
scoped binding (https://github.com/camunda/camunda-modeler/issues/859) - I can limit the application of the element template to a typed event (https://github.com/camunda/camunda-modeler/issues/860)
- I can template a referenced message (https://github.com/camunda/camunda-modeler/issues/861)
Also see SUPPORT-4140, event definitions test diagram.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:9 (8 by maintainers)
Top Results From Across the Web
ElementTemplate - OSIsoft Documentation
An element template is used to create a stored definition of an element or event frame, which may contain a collection of attributes....
Read more >NetSuite Applications Suite - Error Messages in Advanced ...
... Common Errors When Importing Events · Phone Calls Import · Resource Allocations Import · Tasks Import · Classification Import Type.
Read more >Message Formatting and Templates - Kore.ai Documentation v9-2
Template implementation details; The default formatting for the Web SDK; Supported markdown to customize messages. Template Types. The SDKs support the ...
Read more >Type Interactive - Apple Messages for Business REST API
Including Quick Reply, List Picker, Time Picker, Apple Pay, ... the following Dictionary keys are also used for all interactive message types.
Read more >Advanced Zope Page Templates - Purdue Engineering
If an error occurs in your page template, you can catch that error and show a useful error message to your user. For...
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
Feedback from customer in NA via CSM: this is a high-priority requirement, they would love to have it. cc @nikku
@Ichigo85 Correct.