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

Add Routine.getInValue(Parameter) to allow for retrieving IN parameter values #10707

Closed
lukaseder opened this issue Oct 2, 2020 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Oct 2, 2020

For the purpose of logging (and possibly other use-cases), it would be interesting to be able to retrieve IN parameter values from a Routine call instance using Routine.getInValue(Parameter). The existing get() methods are currently limited to obtaining OUT (and IN/OUT) parameter values only.

@lukaseder lukaseder added this to the Version 3.14.0 milestone Oct 2, 2020
@lukaseder lukaseder changed the title Routine.get(Parameter) should also allow for retrieving IN parameter values Add Routine.getInValue(Parameter) to allow for retrieving IN parameter values Oct 2, 2020
@lukaseder
Copy link
Member Author

We must not modify the behaviour of Routine.get(), which, in the case of IN/OUT parameter produces the OUT value only, not the possibly different IN value that has been set before the execution.

Instead, a new getInValue() method is added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant