asked on November 14, 2016
Hi all,
I expect there's a simple resolution...
$data = '{
"Initiator":
{
"InitiatorDisplayName":"String content",
"InitiatorName":"String content"
},
"InstanceCreationFlags":0,
"Origin":"String content",
"Originator":"String content",
"ParameterCollection":
[{
"Name":"result",
"Value":
{
"string":"success"
}
}],
"WorkflowName":"someWorkflow"
}';
Instead of the workflow parameters receiving values, they receive "system.object." Normally I do this with XML and it works fine. In fact, just to be sure, I created a test with XML and i did work fine. However, integration is designed to use JSON.
-Ben
1
0