From 6e656fc80774df2a9c33b61958482a8279d05f54 Mon Sep 17 00:00:00 2001 From: Yordan Kinkov <yordan.kinkov@vereign.com> Date: Mon, 27 Jun 2022 11:03:04 +0300 Subject: [PATCH] #17 add task execution documentation --- docs/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/task.md b/docs/task.md index 7c1871d..834832a 100644 --- a/docs/task.md +++ b/docs/task.md @@ -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 --- | --- | --- | --- |--- -- GitLab