Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Dec 26, 2023
1 parent daa2482 commit 12de2c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12de2c6

Please sign in to comment.