pascal
pascalā€¢6mo ago

same result :/

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

Did you find this page helpful?