Shenanigans
Shenanigans2w ago

Accessing logs of flows executed from a script

Hello, Is there a means of accessing the logs and inputs of a flow executed from within another flow or script? E.g.
export async function main(val1: string, val2: string) {
...
wmill.runFlow("f/my_folder/my_flow", { arg1: val1, arg2: val2 })
...
}
export async function main(val1: string, val2: string) {
...
wmill.runFlow("f/my_folder/my_flow", { arg1: val1, arg2: val2 })
...
}
Followed by accessing the log of the flow on its page under the history section on the sidebar
3 Replies
Shenanigans
ShenanigansOP2w ago
Following up on this, it also doesn't show up in the runs page either. There seems to be no trace of the flows execution
rubenf
rubenf2w ago
did you search in "All" of the runs page
Shenanigans
ShenanigansOP2w ago
I see it now. Thank you very much

Did you find this page helpful?