Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[docs]: Update switch-task.md #3498

Merged
merged 1 commit into from
Mar 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/reference-docs/switch-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Following are the task configuration parameters :
| evaluatorType | String | [evaluatortType values](#evaluator-types) |
| expression | String | Depends on the [evaluatortType value](#evaluator-types) |
| decisionCases | Map[String, List[task]] | Map where key is possible values that can result from `expression` being evaluated by `evaluatorType` with value being list of tasks to be executed. |
| defaultCase | List[task] | List of tasks to be executed when no matching value if found in decision case (default condition) |
| defaultCase | List[task] | List of tasks to be executed when no matching value is found in decision case (default condition) |


#### Evaluator Types
Expand Down