Hello all,
I want to use an output from a workflow in another workflow. Is that possible?
Hello all,
I want to use an output from a workflow in another workflow. Is that possible?
I think this is what you’re trying to do.
https://docs.rapid7.com/insightconnect/manage-global-artifacts/
If it’s something else, you can get creative by using the Powershell or Python plugons to store the JSON output somewhere then recall the info later. If you’re working with really large volumes of data, you may want to consider setting up a data warehouse to store and retrieve data.
You can setup up the second workflow with an API trigger. In the first workflow, create a step with the POST action from HTTP requests plugin. In this step, call the second workflow with required data.