Hello I am trying to start a workflow with an Array/Composite Types.
I am using curl to make the call and the post fields look like this when sending just a string:
{
"parameters":
[
{
"value":
{
"string":{ "value": "test"}
},
"type": "string",
"name": "vm",
"scope": "local"
}
]
}
How would I format it if I had an Array/Composite types?
The composite type has the format of Type / String and Size / Number