System Task
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.
Available System Tasks
Conductor has the following set of system tasks available.
Task | Description | Use Case |
---|---|---|
HTTP | HTTP Task | Invoke any HTTP(S) endpoints |
Inline Code Execution | Inline Task | Execute arbitrary lightweight javascript code |
Event Publishing | Event Task | External eventing system integration. e.g. amqp, sqs, nats |
JQ Transform | JQ Task | Use JQ to transform task input/output |
Kafka Publish | Kafka Task | Publish messages to Kafka |