Skip to content
Snippets Groups Projects
Commit 6e656fc8 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

#17 add task execution documentation

parent 1079ebae
No related branches found
No related tags found
No related merge requests found
Pipeline #51861 passed with stages
in 57 seconds
......@@ -42,7 +42,7 @@ to be executed successfully, its _definition_ **must** contain either a `request
evaluate it and will ignore the `url` and the `method`. If a `requestPolicy` is missing in
the _Task definition_, the task will execute an HTTP request to the given `url` with the
given `method`. If both `requestPolicy` AND `url` and `method` are missing in the _Task definition_,
the task cannot be executed. reference table:
the task cannot be executed. Reference table:
_Task definition_ contains: | `requestPolicy` only | `url` and `method` only | Both `requestPolicy` AND `url` and `method` | Neither
--- | --- | --- | --- |---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment