Skip to content

Instantly share code, notes, and snippets.

@BrandonStiff
Created July 26, 2017 13:49
Show Gist options
  • Select an option

  • Save BrandonStiff/53d4276c7ac9ee68d9b273218b3f9e40 to your computer and use it in GitHub Desktop.

Select an option

Save BrandonStiff/53d4276c7ac9ee68d9b273218b3f9e40 to your computer and use it in GitHub Desktop.
Example ExecutionContext using Type Any
{
"parameters": [
{
"value": {
"properties": {
"property": [
{
"key": "p1",
"value": {
"number": {
"value": 1.0
}
}
},
{
"key": "p2",
"value": {
"string": {
"value": "two"
}
}
},
{
"key": "p3",
"value": {
"date": {
"value": 1501015223000
}
}
}
]
}
},
"type": "Any",
"name": "any",
"scope": "local"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment