System Tasks
System tasks are built-in tasks that are general purpose and reusable. These tasks run on the Conductor servers and are executed by Conductor workers, allowing you to get started without having to write custom workers.
Here are the system tasks available in Conductor OSS:
System Task | Description |
---|---|
Event | Publish events to an external eventing system (AMQP, SQS, Kafka, and so on). |
HTTP | Invoke an HTTP(S) endpoint. |
Human | Wait for an external trigger. |
Inline | Execute lightweight JavaScript code inline. |
No Op | Do nothing. |
JSON JQ Transform | Use jq to transform JSON data. |
Kafka Publish | Publish messages to Kafka. |
Wait | Wait until a certain time has passed. |
The following tasks are deprecated:
- Lambda