WindmillWWindmill
Powered by
ShenanigansS
Windmill•9mo 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 })
...
}
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
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Nested flows/scripts logs in main flow
PankajMahatoPPankajMahato / help
7mo ago
Running a script fails when executed in a flow
BravoBBravo / help
16mo ago
Always-on scripts/flows?
fr3fouFfr3fou / help
3y ago
Scheduling a script programmatically from a script
GodswillGGodswill / help
7mo ago