pascal
pascal•10mo ago

same result :/

same result :/
3 Replies
Hugo
Hugo•10mo 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•10mo ago
my bad. setClient works. didn't deploy the change.. cheers! šŸ™‡ā€ā™‚ļø
rubenf
rubenf•10mo ago
In a future iteration it won't be necessary to setClient

Did you find this page helpful?