📄️ Call an HTTP Service (APIs, Rest)
HTTP task allows you to make calls to remote services exposed over HTTP/HTTPS.
📄️ Inline
The inline task helps execute necessary logic at the workflow run-time using an evaluator. The two supported evaluator types are javascript and graaljs.
📄️ HTTP Poll
The HTTP_POLL is a conductor task used to invoke HTTP API until the specified condition matches.
📄️ Event
EVENT is a task used to publish an event into one of the supported eventing systems in Conductor. Conductor supports the following eventing models:
📄️ Rules Engine Execution
Business rule task helps evaluate business rules compiled in spreadsheets. Conductor currently supports the following formats:
📄️ Transformation using JQ
The JSONJQTRANSFORM task is a System task that allows the processing of JSON data that is supplied to the task by using the popular JQ processing tool’s query expression language.
📄️ Wait For Webhook
Webhook is an HTTP-based callback function that facilitates the communication between the Conductor and other third-party systems. It can be used to receive data from other applications to the Conductor. Conductor currently supports Webhook integration with the following third-party systems only: