Hello,
I like to develop my workflows purely in Python (so, I can write unit tests for them on my Mac (using mocks for editor, workflow, etc), get the plugin working, then wrap it in json and deploy to Editorial).
Anyway, I was wondering if the 'Show HTML' workflow action was available as a call from Python? This would enable my latest workflow to be pure Python (and makes wrapping up the json easier, rather than have to add the 'Show HTML" action as a special case).
Thanks
Martin