Hi Jon, our core workflow engine is written in Python and we haven’t exposed formal bindings for other languages (yet). Our usual recommendation for using other languages at this time is to shell out with a
ShellTask
, but that may or may not meet your requirements (and still requires flow definition in Python).