Hugo
Hugo
WWindmill
Created by Leandro on 3/28/2025 in #help
Body of a preprocessor
Hi, the body keys are passed alongside wm_trigger for instance if you're sending { "key1": ..., "key2": ... } you need to set as parameters of your preprocessor to (key1: any, key2: any, wm_trigger any) other option is to enable the Wrap body option on the http trigger which will make the whole body available at the "body" key so: (body: any, wm_trigger, any)
2 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
thanks for the bug report, we were able to find the cause and fix it!
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
np
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
the token is not in there, try to recreate a token and copy the email address
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
the preprocessor is a special step which is run before the flow any only when triggered externally (aka not from the UI) if you don't want to use it you can remove the preprocessor step and just add parsed_email as an input to your flow
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
by the way running a flow from the UI won't run the preprocessor, it's only run when triggered externally (e.g. webhook, email, event stream, etc...)
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
i will fix the issue when running from the UI (the issue only arises when you have no step inside the flow with a preprocessor) however i was able to trigger your flow by email so not sure what the issue is
14 replies
WWindmill
Created by Mary on 3/28/2025 in #help
Email trigger
that looks correct, did you create an email specific token before copying the email address? we used to have a warning when no token is set but it seems to not be there anymore, i'll add it back
14 replies
WWindmill
Created by Zach on 3/28/2025 in #help
Tab Completion Bug
Thanks for the report, will fix
2 replies
WWindmill
Created by Leandro on 3/27/2025 in #help
Preprocessor on flows
the result of the preprocessor will be passed to the inputs of your flow (result object keys must match flow input names) you can then use them using flow_input.
3 replies
WWindmill
Created by berbw on 3/21/2025 in #help
Synchronize Hub Ressource types with instance throws "Error: Could not reauth"
are the proxy settings also passed to the workers?
9 replies
WWindmill
Created by Byron on 3/4/2025 in #help
Schedule not followed, skips runs
Also it seems your queue is super full and jobs have to wait a lot (300s+) before being picked up
10 replies
WWindmill
Created by Byron on 3/4/2025 in #help
Schedule not followed, skips runs
Do you still have the "no overlap of flow" option enabled?
10 replies
WWindmill
Created by Byron on 3/4/2025 in #help
Schedule not followed, skips runs
are you selfhosted or on the cloud?
10 replies
WWindmill
Created by Byron on 3/4/2025 in #help
Schedule not followed, skips runs
concurrency limits can also affect it, you should see some logs in the flow if it was rescheduled for later
10 replies
WWindmill
Created by Byron on 3/4/2025 in #help
Schedule not followed, skips runs
when no overlap of flows is set, the next run will only be scheduled after the current run is done, so if your run is longer than 12min, runs will be skipped
10 replies