Skip to main content

Use custom plugin variable in data mapper

Comments

1 comment

  • David Paras

    You can set a context variable from a custom plugin using context.put

    context.put("Environment",key);

    Where Envrionment is the variable name and key is the variable value

    Then you can use the get context function within the data mapper to access this context variable.

    0

Post is closed for comments.