From 7d79d73399d984a7788879bf7c41f7be02d82dc8 Mon Sep 17 00:00:00 2001 From: Marco Lettere Date: Thu, 16 Jul 2020 17:33:02 +0200 Subject: [PATCH] wrong task code --- tasks/pyrest.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tasks/pyrest.json diff --git a/tasks/pyrest.json b/tasks/pyrest.json deleted file mode 100644 index 92f0d4e..0000000 --- a/tasks/pyrest.json +++ /dev/null @@ -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" - } -]