Retrieve Flow Data Objects

Retrieve Flow Data Objects

Comments

  • Hi Support,

    I am looking for a step in Decisions that will allow me to pass in a Flow ID and get a List of DataPairs that represents the outputs of a flow. I see that there is a GetFlowInputs step in Integration > Internal Services > Flow Execution Service. Is there such a thing for the end step/outputs?

    Thanks in advance

  • [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]Hi Lee, [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The steps needed are found under Integration > Internal Services > Flow Edit Service. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]I used the Open Flow for Editing Step to initiate the flow. I wanted to strip the details off, and obtain its flow session ID. I then used a Get Data Descriptions for Step to pass in the flow session ID.I manually inputted the step ID, but this could be pulled from other steps via a loop / query or possibly a fetch entities step, if this was needed dynamically. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][color=rgb(127, 140, 141)][font=Roboto][img]att1[/img] [/font][/color][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]The results passed back are in the following format, which can be mapped as needed. [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif][color=rgb(127, 140, 141)][font=Roboto][img]att2[/img] [/font][/color][/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]
    [/font][/color]
    [color=rgb(34, 34, 34)][font=Arial, Helvetica, sans-serif]This may need some tweaking but should provide the output step data needed. [/font][/color]

Sign In or Register to comment.