From 12de2c60b64a0f1483724502e33f58ac038a2594 Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Tue, 26 Dec 2023 10:04:05 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1e4fff8..877d1f95 100644 --- a/README.md +++ b/README.md @@ -232,9 +232,11 @@ def process_order(order_info: OrderInfo) -> str: ``` ## System Tasks -System tasks are the pre-built workers that are available in every Conductor server. -These are commonly used task workers which are generic in nature and battle tested by Conductor community over the years. - +System tasks are the pre-built workers that are available in every Conductor server. +>[!note] +> System tasks automates the repeated tasks such as calling an HTTP endpoint, +> executing lightweight ECMA compliant javascript code, publishing to an event broker etc. +> ### HTTP Task ### Wait Task