This is an automated email from the ASF dual-hosted git repository.
unknown pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 81b6306 Updated DRAT Proteus REST API (markdown)
81b6306 is described below
commit 81b6306e9a322b6a4cfce121c817f16ab94e9902
Author: Ahmed Ifhaam <[email protected]>
AuthorDate: Sun Jun 10 16:32:12 2018 +0530
Updated DRAT Proteus REST API (markdown)
---
DRAT-Proteus-REST-API.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/DRAT-Proteus-REST-API.md b/DRAT-Proteus-REST-API.md
index 12d9184..35d8b74 100644
--- a/DRAT-Proteus-REST-API.md
+++ b/DRAT-Proteus-REST-API.md
@@ -110,4 +110,12 @@ memorySize: Number
unapprovedFiles: Array
}]
```
->ratId in this case refers to a numbering given (not guaranteed to be
in-order, but a quick way of identification) to a >RatAuditTask that generates
a RatLog which was parsed. unapprovedFiles is an array of Strings that list the
file locations >where, for that given RatAuditTask, unapproved licenses were
found to be used.
\ No newline at end of file
+>ratId in this case refers to a numbering given (not guaranteed to be
in-order, but a quick way of identification) to a >RatAuditTask that generates
a RatLog which was parsed. unapprovedFiles is an array of Strings that list the
file locations >where, for that given RatAuditTask, unapproved licenses were
found to be used.
+
+##Workflow Services
+`./workflowservice/dynamic POST`
+>Starts dynamic workflow with given tasks
+>Request Body:
+> {taskIds:["urn:drat:MimePartitioner"]} here property taskIds, is a list of
ids.
+> Returns :
+> "OK" If every thing is fine otherwise returns the exception message.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].