Delete Variables
- To delete any variable, hover over the variable band and click on the Delete icon.
- A Delete Variable pop-up will appear.
- Click on the Yes button to delete the chosen variable.
- Click on the No button close the pop-up.
Processing Section
The Processing section provides the configuration details of the selected unit and provides the following tabs. You can switch between the tabs by clicking on them:
- Details Tab: The Details Tab contains the general information and basic properties of the flow. Typically includes the unit name and its description.
- Configuration Tab: Defines the technical setup and runtime-related settings. Typically includes payload handling, exposed objects, and error-handling settings.
- Design: The Design Tab is the visual workspace where you build the actual flow logic. Typically includes request document, key handling, error handling, etc.
- Processed: This tab will appear only when the unit is executed. It provides the unit's processing details.
Details Tab
The Details tab provides basic details of the FTP Call unit, including its name and description. The Details tab is displayed by default. It provides the following fields:
- Name:
- The unit name is provided in this section, and you may modify the existing name within this field.
- Click the field to update the unit's name.
- Upon completing the modifications, click the 'Save' button in the action area of the screen.
- Description:
- This field describes the processing unit, and you can modify the existing description.
- Click the field to edit the unit's description.
- Once you are done with the modification, click the Save button in the action area of the screen.
Configuration Tab
- To switch to the Configuration tab, click it. The Configuration tab provides configuration details for the HTTP Call unit.
- The following fields will be shown on the tab:
- Payload Handling
- Continue flow on error
- Exposed Object
- Click any of the bands to view and modify the settings.
Payload Handling
This setting allows you to define how a flow receives, processes, transforms, and passes message data (payload) between units during execution. In simple terms, it allows you to select the specific payload that you do not want to process.
- Expand the band by clicking it. Once expanded, you will see the Remove for further processing field.
- Click the field to view the available payload. Select the payload you do not want to process.
- You can also type the payload type in the field; the entered payload is listed, and then select it.
- The selected payload is added to the field as a chip. The chip contains the 'X' icon; you can remove the payload by clicking the 'X' icon.
- Once you have added the payloads you do not want to process, click the Save button.
Continue Flow on Error
Continue Flow on Error is a configuration option that allows a flow to continue executing even if a specific unit encounters an error. Instead of stopping the entire flow, execution moves to the next configured step.
- A toggle switch is provided on the band, and by default, it is disabled.
- To allow the process to continue despite an error, enable the toggle switch.
- Click the Save button to save the configuration.
Exposed Object
An Exposed Object is a data structure or variable that is made available outside the flow as part of its output. It defines what information the flow will return to the calling system.
- Expand the band by clicking it. Once expanded, you will see the Object drop-down field.
- Click the field to view the available objects. Select the required object to process.
- Once the object is selected, click the Save button.
Design Tab
- To switch to the Design tab, click it. The Design tab provides configuration details for the System Call unit.
- The following fields will be shown on the tab:
- End Point
- Request Document
- Document Name
- Key Handling
- Extendad Error Handling
- Click any of the bands to view and modify the settings.