posted on February 9 Show version history

Hello all, I can't remember if I have made this post before or not, but I have recently updated my dev environment to LF 12. I was hoping that the new version of workflow would have this enhancement, but it doesn't look like it does. 
What I am referring to are the parameters that are passed when you call a workflow with the API server. 
Example.
'{
    "Initiator": {
        "Email": "test@example.com",
        "InitiatorDisplayName": "Tester",
        "InitiatorName": "Sierra",
        "InitiatorSID": "N/A"
    },
    "InstanceCreationFlags": 0,
    "Origin": "Sierra2",
    "Originator": "LLarge",
    "ParameterCollection": [
        {
            "IsDebug": false,
            {"Name": "entryToDelete", "Value": "297983"} 
        }
    ],
    "RuleName": "Entry to Deleted",
    "WorkflowName": "AP Delete Supporting Doc called from SPACE"
}'
Here is what the workflow designer shows. 

Where are the other values? Initiator email, display name, Origin. I would love to see that in the instance details tab in workflow. 
Thanks. 

0 0