Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.33 KB

File metadata and controls

15 lines (11 loc) · 1.33 KB
title Message Activities
icon creative

Message Activities

Compared to other Activities, Message Activities additionally extend the Message Activity interface. It provides additional methods which are specific to messaging:

  • getTaskSender: Overriding this method allows fine control over how the message should be sent as a Task resource by returning a custom TaskSender implementation
  • getBusinessKeyStrategy: Overriding this method allows setting a different BusinessKeyStrategy
  • getAdditionalInputParameters: If the message should contain additional information beyond what the DSF automatically sets, like the business-key, this method needs to be overridden to return that information in the form of Task Input Parameters

Related Topics

Messaging