Partner Connectors
The most popular connectors will appear by default, but you can search for more than 1000 connectors and customise the appearance based on your preferences.Some readersBuilt-in Connectors
They are separated into three categories: Services, Tools, and Function ExpressionsSome readersOrchestrate Workflow Steps
In this article, we will showcase the multiple steps, conditional, and iteration capabilities of Easyflow. We will also take a brief look at variables, mappers, and function expressions.Some readersRun Workflow as an API Endpoint
Easyflow allows you to call your workflow as an API Endpoint. It supports 2 methods GET and POST.Some readersDebug & Monitor your Workflow
Easyflow allows you to debug your Workflows and review all the performed operations, and see the details of every step performed.Some readersTriggers & State Manager
In this article, we are going to talk about Triggers and State Manager.Some readersExecution Patterns - Sync & Async
Hi there! In this tutorial we are going to talk about Execution Patterns. Easyflow provides you the capability to decide how you want your workflow to be executed, synchronously or asynchronously through a feature called “Execution Pattern”. You can configure the execution pattern at workflow level or even at step level. Synchronous means that you are expecting to get a response from the workflow in real-time. Asynchronous is when ySome readers