You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If enriching tasks with variable values from the process execution, it might make sense to provide a ValueTransformer which is responsible to apply a transformation on a value, before adding it to task payload or as a variable value.
Definition
type alias ValueTransformer = (processVaraibleValue: Any) -> Any
A key question is how to define and register such transformers.
The text was updated successfully, but these errors were encountered:
Scenario
If enriching tasks with variable values from the process execution, it might make sense to provide a
ValueTransformer
which is responsible to apply a transformation on a value, before adding it to task payload or as a variable value.Definition
A key question is how to define and register such transformers.
The text was updated successfully, but these errors were encountered: