Forum Discussion
Hello,
I would like to inform you that we have created another solution to this issue. We created a custom snap which is called ‘Wait’, the purpose of the custom snap is to avoid writing scripts and use a simple connector/snap for a simple function like this.
You can read more about our custom snap on our website or you can use this URL:
https://interworks.com.mk/development-of-custom-sleep-snap-for-snaplogic-platform/
If you have any questions you can contact me.
Regards
Yes, if it’s Python 2.x compatible and doesn’t do anything too weird.
It does require some special configuration on the plex node though. You create a file called
.jython
in the home directory of the user that the jcc runs as. In that file you would definepython.path=
/the/path/to/the/root/of/your/python/library/collectionfor example, on my system it would be
python.path=/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Then in your Script source, you can just import any of the packages that are present under that path.
Related Content
- 2 years ago