How to get the input values in a java delegate?

I have a serviceTask and I did configured the input values.
Here is the example:

image

How can I get the input values in the java delegate ?

1 Like

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