Actionflows and the Action nodes within them usually run as a result of a button click or task plan, however, on occasion you may wish to run an Actionflow or individual HTTP action independently, such as, when testing or to see the result back from an API.
Running Actionflows
To run the entire Actionflow, use the Run Action option found in the Actionflow toolbar.
How To Run Actions with Input Parameters
Open the Actionflow you want to run
Click the Run Action option in the toolbar
The Run Action option can also be found via the icon in the Actionflow Properties, or by right-clicking on an Actionflow in the Repository or on the Actionflow homepage.
A prompt will display to enter any input parameters, if applicable
Actionflows without input parameters can still be run
Where the Actionflow contains multiple phases, the inputs must be entered for each phase, as displayed by the coloured circles
Click Run Action
A Log File message will display if the Actionflow was successful
A Result for Action message will display the results of the Actionflow
Results and Log File Messages
As with all System Console messages, double-click each message to show more detail.
Running HTTP Actions
To run an individual HTTP action, use the Run Action option found under theMore Options menu on the HTTP action's Properties.
On the Test HTTP Action window, on the Inputs tab, enter values for the mapped attributes, if applicable
On the Headers tab, existing headers can be edited by double-clicking
To add headers, go to the HTTP action Properties
Press Send to see the Response
The Headers tab contains the response from each header sent in the request
These include headers you have not explicitly specified but are sent automatically with each request
The Body tab shows the Response Body of the HTTP call