In a typical payment process, for every purchase made, a payment link with the invoice will be shared with the purchaser. Upon successful payment, a receipt will be generated; in the event of failure, the entire process will have to be restarted.
The process can be set with a simple conditional workflow using Function and Branch states. Initially, a Function state sends the payment link with the invoice. A Branch state is then configured to handle the success or failure of the payment. Upon successful payment, a payment receipt is generated, and upon failure, a loopback flow invokes the first function to restart the payment process. Resend attempts can be configured in Error handling with Retry and Fallback options.
A real-time data processing operation involves a huge volume of data input, and complex computations, and could generate a large volume of output data.
The huge volume of input data can be executed as multiple iterations using a Batch state, while a Parallel state configured can execute simultaneous operations in parallel to process data faster. In addition, Circuit allows you to break down a complex workflow into multiple circuits nested within one another for better organization.
Establishing a process to send customized emails to clients and perform tasks when specific events occur.
This process can be set using the conditional state called Branch state to execute different actions depending on the conditions, and with the Parallel state, multiple functions can be executed simultaneously in parallel to achieve multiple outcomes.
An automated background process to perform routine backups, auto-installation of software or software patches, and periodic upgrades of antivirus.
A workflow is created using the DB Engine state to access and retrieve data from the database. With the Function state, you can synchronize and perform a periodical backup of any service at a specific time interval. This can be scheduled using the Schedules module in Qntrl to execute this Circuit at a specific time interval. For example, you could set the scheduler to trigger the backup function every day at midnight.
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.