Resolved! Input parameters for ServiceTask
I would like to call the execute method of a Java class via ServiceTask. That works just fine. But how can I pass some input parameters to the execution? I can access the execution variables - no problem. But my input parameters are not available as ...