Are there any Editorial tips & tricks to allow to share one's own Python functions between multiple Editorial workflows, please?
Over time, I've ended up with nearly 170 workflows, and several of these are 'sets that do similar things', with a lot of Python helper functions in common with each other.
The developer in me finds this quite painful! If I want to change some behaviour in a helper function, I have to find all the copies and update them. And it makes it harder to find the small bits of interest in each workflow.
Characteristics I think this needs the shared code needs to be:
- editable with the Editorial Python editor somehow
- in a location that can just be pulled into workflows via
import - in a location that is included in Editorial backups
(I realise that doing this would make it impossible to just upload the resultant workflows to the Editorial Workflow Directory, to use on other devices - but I could like with that)
Thanks in advance,
Clare