posted on November 22, 2023

Hello Everyone. I have an on-prem Rio system that I'm integrating into one of my other systems. I have successfully used the workflow web service to start workflows. The question I have is where does some of the information I pass to it go? When I look at the designer and the history of the workflow that gets kicked off, all I see is the initiator's name. 

I'm sending more than that to it. This is part of the webservice call.


"Initiator": {
        "Email": "llarge@spi-ind.com",
        "InitiatorDisplayName": "LLARGE",
        "InitiatorName": "Sierra2",
        "InitiatorSID": "N/A"
    },
    "InstanceCreationFlags": 0,
    "Origin": "Sierra2",
    "Originator": "LLarge",

 

I don't see the Origin, Originator, or even the display name and email. Where would I find that information so it can be used for searching or possibly used as tokens? 

Thanks. 

0 0