Building Workflows
Looply workflows are tailored to empower developers with the tools they need to streamline and automate your business processes
Introduction
At the heart of Looply lies the transformative potential of workflow automation, a tool designed to streamline operations, reduce manual tasks, and enhance productivity across your organisation.
Unlock this potential with Looply Academy, providing you with the knowledge and tools needed to construct efficient, automated processes tailored to your unique business needs.
Use Cases
Here are some common use cases you can automate with Looply Workflows:
Creating Workflows
You can get started creating a new workflow by navigating to the Workflow Studio and clicking the Create button.
Enter an appropriate name for your workflow in the dialog and click Create to continue to the Workflow Builder.
Using the Workflow Builder
Configuring Event Trigger
The first step you'll need to carry out is to configure how your workflow should be executed.
Looply currently supports 2 workflow triggers:
HTTP Requests
Schedules
See Triggering Workflows for more information on workflow triggers.
Adding Steps
After setting up your event trigger, you're ready to start adding steps and building out your workflow.
To add a new step to your workflow, click the + button located under any step and select the new step you would like to add from the right panel Toolbox.
Deleting Steps
You can delete steps in your workflow by simply clicking on any step you wish to delete, and then clicking the Delete button located in the right side panel.
Saving Changes
You can save changes to your workflow at any time by clicking the Save button located at the top of the page.
Note: If you attempt to save changes on a workflow that has been activated, a new version will automatically be created for you to prevent breaking any processes using the previous live version.
Testing Workflows
Steps within your workflow that are expected to return a response, such as HTTP Requests, Functions and Conditionals, can be tested individually to ensure they are working correctly and provide wider access to the exact response data.
When you execute a test of an individual step within your workflow, the response is stored and can be accessed by any subsequent steps to allow support for data passing.
Testing Steps
You can perform a test of a specific step in your workflow by selecting the step from the canvas and clicking the Test Step button located in the right-side panel header.
We will attempt to execute your step with the current step data and display the response.
Executing Workflows
You can test your entire workflow from start to finish by executing it from within the Workflow Builder.
To execute your workflow, make sure you have saved your most recent changes and then select the overflow menu button, and choose the Execute option.
For workflows triggered by an HTTP Request, if you have configured your payload data then this will be automatically passed in and used as mock data for the test execution.
Activating Workflows
Once you have finalised your workflow, you can activate your workflow by clicking the Activate button located at the top of the page.
Activating a workflow will prevent any further changes from being made to the current version - and force changes to be pushed onto a new version to protect any production systems using it.
Last updated