📄️ Conductor Webhook using cURL
Conductor-Webhook integration can be leveraged to implement most of your business flows. Webhooks can be integrated with Conductor to facilitate communication with other third-party systems such as Slack, Pagerduty, Zendesk, etc.
📄️ Incoming Webhook using Postman
Webhooks can be integrated with Conductor to facilitate communication with other third-party systems such as Slack, Pagerduty, Zendesk, etc.
📄️ Running a Worker Until Condition is met
Introduction - Custom Poll Worker
📄️ Rotating Secrets used in Workflows
A common use case is when a secret managed by Conductor is an access token with an expiry. Such tokens are used in cases
📄️ API Processing
The US Post Office has several APIs to simplify shipping. Let's look at how you can use Conductor to abstract the APIs - taking into account many important features. The USPS requests and responses are all XML, and these workflows manage the conversions so that the inputs and outputs are JSON.
📄️ Document Approval Workflow
It’s a common practice in any industry that all internal and external deliverables must go through a sequential review process. A typical document process goes through various stages:
📄️ Loan Origination
In the modern era, financial services are crucial for the functioning of an economy. With the latest technological advancements, gone are the days when people rely on traditional banking. The transition from conventional banking to modern banking is something that we’ve witnessed over the past decade.
📄️ Handling Fraud Disputes
In the modern digital era, where everything is being digitalized, including transactions, the rate of fraudulent transactions is growing at an alarming rate. Therefore, the number of requests to be addressed by the bank is also increasing. Situations like these are to be handled quickly, and conventional manual human interventions can cause delays. However, a microservice orchestration platform like Conductor can create workflows to handle such situations, aiding in quickly resolving customer issues.
📄️ Image Processing Workflows
There are two workflows for image processing described in this article:
📄️ Video Processing Workflows
The videorecipes.json workflow has several potential invocations.
📄️ Sequential HTTP Tasks
Introduction