Hi All,
Looking for help in chaining workflows through the Event tab. I understand how to do this locally, by adding the file path into the event and having Alteryx read it and process the sequential workflow.
I'm looking for advice on doing the above at the server level, can I paste a URL into the event section, and have Alteryx Server work the 2nd workflow as an event? What's an example of what the input would look like?
Second, and maybe this should be it's own topic, but I'm trying to dynamically call a value from the first workflow to the second. An easy example would be that I need the name of the first workflow, as an input into the second workflow. I believe this can be done with a bat file attached as an asset in the event, but how would the bat file be referenced when creating the second workflow? I'm not sure how to reference it as an input.
The above is what I'm looking for help with, I'll explain below what the goal of the project is, and if you have any other ideas of how to go about the solution in a scalable way, I'm all ears. Hopefully this can help others realize the different use cases of this software.
I'm trying to create a log of workflow error checking that is written to a SQL Server table. My group has multiple workflows that we're creating, and we're trying to track whether or not they're being successfully executed, So the first workflow would be some simple ETL work, no need to delve further. And the second workflow would be pulling the dynamic input of anything from the first table, joining a couple of fields off a second table. (Name, Last updated date, successfully ran, etc). And writing to a separate table, that we would then visualize and explain how often our workflows break. Example akin to "last injury in a warehouse".
Thanks for your help,
Gus