Class methods
create(name : String, kind : String, definition : String)
Create a workflow (requires cloud)
Sourcedelete(workflow_id : String)
Sourcerename(workflow_id : String, name : String)
Sourcerun_active(workflow_id : String, request_id : String)
Sourcetoggle(workflow_id : String, enabled : Bool)
Toggle workflow enabled state
Sourceupdate(workflow_id : String, name : String | Nil = nil, definition : String | Nil = nil)
Source