sepulchra Posted September 9, 2022 Posted September 9, 2022 I have a simple workflow I want to run at the completion of another workflow. It is a workflow that just using a keyword with not input -- Is there an efficient way to trigged the workflow after the first workflow completes? I'm guessing i could assign a hotkey to the 2nd workflow and have it trigger the hotkey but wondering if there is a better way. Thanks!
vitor Posted September 9, 2022 Posted September 9, 2022 Use an External Trigger in the second Workflow and a Call External Trigger Output on the first.
sepulchra Posted September 9, 2022 Author Posted September 9, 2022 (edited) ah -- I was just using Call External with the bundle id of the 2nd workflow i wanted to trigger at the end of the first workflow. It also has to have an external trigger within the 2nd? Edited September 9, 2022 by sepulchra
vitor Posted September 9, 2022 Posted September 9, 2022 Just now, sepulchra said: It also has to have an external trigger in the 2nd? Yes. Or an inbound configuration. 1 minute ago, sepulchra said: I was just using Call External with the bundle id of the first. You don’t use the Workflow’s bundle ID, you use the trigger’s ID. A single Workflow can have a myriad of options of being called, just having it’s ID wouldn’t make it clear where the external call should start.
sepulchra Posted September 9, 2022 Author Posted September 9, 2022 Thank you! I managed to get this sorted. Much appreciated @vitor
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now