Hi!
How do I access all the work-items in a partition in a python script node?
I'm using a custom python bin and cooking out of process, but can't even get this to work with the default python script node.
Ideally I'd use something like:
for items in partition:
#do something
Any help would be much appreciated!