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
  • 1.  Accessing result of workflow function from external script

    Posted 09/25/20 05:49 PM
    Creating a workflow that feeds into a custom function script. However, having difficulties identifying how to access the result of the function, in the workflow, from the external script. I've tried setting up a message destination so that the output is passed there and subsequently to the script but can't figure it out.

    Does anyone know of any examples available? Or could explain the code required?

    ------------------------------
    Gareth
    ------------------------------


  • 2.  RE: Accessing result of workflow function from external script

    Posted 09/28/20 09:12 AM
    You want to access the results of a function downstream in the workflow? 

    If I got that correct then make sure the function output is defined:


    If you want to access this from an in-product script use the following: workflow.properties.meeting_info.

    If you want to pass this data to another function you should be able to do that in a pre-process script:



    Ben

    ------------------------------
    Ben Lurie
    ------------------------------



  • 3.  RE: Accessing result of workflow function from external script

    Posted 09/28/20 09:37 AM
    So it would be via a custom fn_ script running on the integration server.

    ------------------------------
    Gareth Pearson
    ------------------------------