IBM QRadar SOAR

IBM QRadar SOAR

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Accessing data from post processing script of one workflow in next workflow

  • 1.  Accessing data from post processing script of one workflow in next workflow

    Posted Fri February 17, 2023 01:05 AM

    Hi Everyone,

    Is there any option we can pass the data from postscript of one workflow as input in preprocessing script for next inline workflow.

    I do not want to store the data in fields but to access and process the data in next workflow.



    ------------------------------
    Neeraj Kurmanchali
    ------------------------------


  • 2.  RE: Accessing data from post processing script of one workflow in next workflow

    Posted Mon February 20, 2023 08:28 AM

    Hi,

    Maybe this is what you are looking for:

    workflow.addProperty(<propertyName>, <property Value>)

    In the documentation: https://www.ibm.com/docs/en/sqsp/47?topic=scripts-post-process-script

    HTH



    ------------------------------
    Pierre Dufresne
    ------------------------------