This repository was archived by the owner on Dec 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ sidebar_position: 4
1010
1111### Introduction
1212EVENT is a task used to publish an event into one of the supported eventing systems in Conductor.
13- Conductor supports the the following eventing models:
13+ Conductor supports the following eventing models:
1414
15151 . Conductor internal events (type: conductor)
16162 . SQS (type: sqs)
@@ -29,7 +29,7 @@ Consider an example where we want to publish an event into SQS to notify an exte
2929}
3030```
3131
32- An example where we want to publish a messase to conductor's internal queuing system.
32+ An example where we want to publish a message to conductor's internal queuing system.
3333``` json
3434{
3535 "type" : " EVENT" ,
@@ -56,7 +56,7 @@ An example where we want to publish a messase to conductor's internal queuing sy
5656* ``` true ``` to keep it IN_PROGRESS, wait for an external event (via Conductor or SQS or EventHandler) to complete it.
5757
5858#### Output Configuration
59- Tasks's output are sent as a payload to the external event. In case of SQS the task's output is sent to the SQS message a a payload.
59+ Tasks's output are sent as a payload to the external event. In case of SQS the task's output is sent to the SQS message a payload.
6060
6161
6262| name | type | description |
You can’t perform that action at this time.
0 commit comments