12-22-2016 11:52 AM
Hi,
is it possible to pass 'optional' parameters to subprocesses? This is - send a variable that may exist or not, to the destination sub-process?
Many thanks,
daniel dourado
12-23-2016 03:21 AM
You can send null instead of absence variable.
Expression like ${execution.getVariable("variablename")} will give either variable value, if it exists, or to null if it does not exist.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.