Developer Activities
Developer activities are a set of activities that allow the user to use logic in the flow, and query both internal and external APIs.
ACTIVITY NAME | ICON | DETAILS |
---|---|---|
Condition |
![]() |
This activity is used to branch the workflow based on variables, values, or expressions. For configuration procedures, see Configuring Condition Activity. |
Set Variables |
This activity is used to set the value of variables defined in the workflow. For configuration procedures, see Configuring Set Variable Activity. |
|
Log |
This activity logs messages that can be displayed in the debug output to assist with debugging a workflow. For configuration procedures, see Configuring Log Activity. |
|
Terminate |
![]() |
This activity exits the workflow and no further activities will be executed. For configuration procedures, see Configuring Terminate Activity. |
Delay |
This activity delays or pauses the workflow for a specified amount of time. For configuration procedures, see Configuring Delay Activity. |
|
Http Request |
This activity allows the workflow to send an Http request to a service and receive a response. For configuration procedures, see Configuring the HTTP Activity. |
|
Go To |
This activity redirects the workflow to any other activity in the flow. For configuration procedures, see Configuring Goto Activity. |