Transform Event

These actions provide ability to transform incoming event payload using various transformation classes.

Transform Event Actions

Transform

Applies the requested transformation on an event. Event metadata parameters applicable for this action are as follows:

Parameter
Definition
Example
Default

Class

Fully qualified name of the transformer class

com.rierino.handler.transform.ReducePayloadTransform

-

circle-info

All transformer classes available in saga flows can be used with this handler, making it possible to distribute resource-consuming transformations to different runners.

Last updated