Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement variable value transformer for both tasks and variable trackings #310

Open
zambrovski opened this issue Apr 7, 2021 · 0 comments
Labels
Type: enhancement New feature or request
Milestone

Comments

@zambrovski
Copy link
Member

zambrovski commented Apr 7, 2021

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

type alias ValueTransformer = (processVaraibleValue: Any) -> Any

A key question is how to define and register such transformers.

@zambrovski zambrovski added this to the BACKLOG milestone Apr 7, 2021
@zambrovski zambrovski modified the milestones: BACKLOG, IDEA Apr 20, 2021
@zambrovski zambrovski added the Type: enhancement New feature or request label Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant