Workspace Python Interface

July 20th, 2016

Workspace ships out-of-the-box with a powerful Python plugin that allows Python scripts to be constructed and executed inside workflows. While this is indeed a powerful feature, in some cases users need to drive Workspace workflows from within an existing Python application, such as a Python-based web server. The Workspace Python Interface, freely available on GitHub, allows users to easily create, execute and monitor Workspace workflows from within a Python environment. Combined with a handy Python web server such as Tornado or Flask, the Workspace Python Interface enables Workspace workflows to be easily executed from within complex web applications.