System Tasks
System Tasks (Workers) are built-in tasks that are general purpose and re-usable. They run on the Conductor servers. Such tasks allow you to get started without having to write custom workers.
Task | Description | Use Case |
---|---|---|
Event Publishing | Event Task | External eventing system integration. e.g. amqp, sqs, nats |
HTTP | HTTP Task | Invoke any HTTP(S) endpoints |
Inline Code Execution | Inline Task | Execute arbitrary lightweight javascript code |
JQ Transform | JQ Task | Use JQ to transform task input/output |
Kafka Publish | Kafka Task | Publish messages to Kafka |
Wait | Wait Task | Block until resolved |