wrong task code

This commit is contained in:
Marco Lettere 2020-07-16 17:33:02 +02:00
parent 9128f4da94
commit 7d79d73399
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
[
{
"name" : "pyrest",
"description" : "Execute an HTTP request with pyrest worker",
"inputKeys" : ["url", "body", "contentType", "method", "accept", "headers", "connectionTimeout", "readTimeout", "expect"],
"outputKeys" : ["body", "status", "reason", "headers"],
"ownerEmail" : "marco.lettere@nubisware.com"
},
{
"name" : "pyexec",
"description" : "Execute PyExec operations. Currently allowed operations: Nop, Identity, Http, Eval",
"inputKeys" : ["operation"],
"outputKeys" : ["output"],
"ownerEmail" : "marco.lettere@nubisware.com"
}
]