dnicolleau

Results 5 issues of dnicolleau

Hello, into workflow.py , the workflow_xml parameter of import_workflow method need to be a str since SP30 (rev 9fe1e32161e3feaf58085cf77df6ab322a8dca8b ) instead of basestring in the past. It is an issue...

The feed-back from CV support on issue 251031-332 confirm that the API POST for releasing all licenses don't work with the current call even there are not error. The request...

in the SP40 version, the line 5902 seems to make no sense and generates a runtime error : request_json = { "clientProperties": {}, "association": { "entity": [ { "clientName": self.client_name...

Is it possible to integrate some persistance on the API connexion ? It is faster and reduce load on the API server when there are a lot of actions We...

enhancement

Into workflow.py around line 1293,there's a print that seems to be a trace of a forgotten debug that doesn't go through logging : o_str = 'Workflow Name: \t\t"{0}"\n'.format(workflow_name) o_str +=...