How to get the input values in a java delegate?

Hi @himly,

please have a look at the documentation:

The name attribute of an inputParameter denotes the variable name inside the activity (a local variable to be created)

So you should be able to find the value at the variable ACTION in your delegate.

Best,
Tobias

1 Like