pascal
pascal•11mo ago

same result :/

same result :/
3 Replies
Hugo
Hugo•11mo ago
can you try the following?
wmill.setClient()
console.log(wmill.OpenAPI)
const result = await wmill.JobService.runFlowByPath({
path: '<yourpath>',
workspace: '<yourworkspace>',
requestBody: {}
});
wmill.setClient()
console.log(wmill.OpenAPI)
const result = await wmill.JobService.runFlowByPath({
path: '<yourpath>',
workspace: '<yourworkspace>',
requestBody: {}
});
pascal
pascalOP•11mo ago
my bad. setClient works. didn't deploy the change.. cheers! šŸ™‡ā€ā™‚ļø
rubenf
rubenf•11mo ago
In a future iteration it won't be necessary to setClient

Did you find this page helpful?