Go To
Last updated
Last updated
The Go To Component allows you to dynamically switch the execution flow to a different component or flow within your workflow. This feature provides flexibility and control over integration processes, enabling you to create more dynamic and adaptable workflows.
Streamlined Workflow: Redirect flow execution dynamically to enhance workflow flexibility.
Improved Control: Enable more precise control over workflow behavior based on runtime conditions.
Enhanced Efficiency: Reduce manual intervention by automating redirection based on predefined conditions.
Error Handling
Scenario: A workflow needs to handle errors gracefully by redirecting the flow to an error handling component.
Solution: Use the Go To component to check for errors and redirect to a dedicated error handling flow when an error is detected.
Conditional Processing
Scenario: Depending on the result of a condition check, different components need to be executed.
Solution: Implement a Go To component to evaluate the condition and redirect the flow to the appropriate component based on the condition's outcome.
Looping Processes
Scenario: A set of steps needs to be repeated until a certain condition is met.
Solution: Configure the Go To component to loop back to the start of the set of steps as long as the condition is not satisfied.
Add Go To Component to Canvas:
To add the Go To components to the canvas, you have two options:
Navigate through the components menu in the side panel, and drag the Go To component onto the canvas of your workflow.
Click the plus icon, which opens a window allowing you to search for various components and connectors. Search for the Go To component and select it.
Each component will be labeled with a unique identifier (e.g., goto_1) for easy reference if multiple GO To components are used.
Access Go To Component Settings:
Click on the Go To component to access its settings.
Specify Target Flow:
Select a target flow to which the execution will redirect when the Go To Component is activated. Use the dropdown menu to choose from available flows within the platform. Ensure only valid flows are selectable and saved.
Select Target Component
Choose a target component within the selected flow for execution redirection. Use the dropdown menu to select from available components within the chosen flow. Only components set as entry points are selectable. Ensure proper setup for entry points if needed.
Submit:
After configuring the target node and conditions, click the submit button to save your changes.
Hover for Information:
Hover over the GO TO component on the canvas to see a tooltip with a summary of its configuration.
Execute the Go To Component:
Hover your mouse over the Go To Component to display the action buttons then click the play button to execute the step. The execution result can be viewed in the logs panel.
NOTE:
Double-check the target flow and component selections to ensure they are correctly configured and saved.
Be mindful of the potential performance impact when creating complex redirection paths. Ensure that your workflow remains efficient and responsive.