I have need for a Partition implementation (which based on some digging should implement PartitionFunction).
Is there a way to get access to the graph… specifically I am looking for access to some parameters.
Thanks,
Brad
I have need for a Partition implementation (which based on some digging should implement PartitionFunction).
Is there a way to get access to the graph… specifically I am looking for access to some parameters.
Thanks,
Brad
Hi,
if you write code of partition function directly in node you can use parameters as in every other place (${param_name}). Parameters are first resolved, and then code is compiled.