ShenanigansS
Windmill8mo ago
3 replies
Shenanigans

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 })
...
}


Followed by accessing the log of the flow on its page under the history section on the sidebar
Was this page helpful?