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.

Define element templates for typed events (Message, Error, Compensation)

See original GitHub issue

Make 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


Also see SUPPORT-4140, event definitions test diagram.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:2
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
MaxTrucommented, Nov 8, 2021

Feedback from customer in NA via CSM: this is a high-priority requirement, they would love to have it. cc @nikku

1reaction
nikkucommented, Jul 18, 2018

@Ichigo85 Correct.

Read more comments on GitHub >

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

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