License:
This functionality requires a license for the ArcGIS Workflow Manager Server Advanced role.
The Send Web Request step allows you to send requests to REST endpoints to get data or post updates. You can configure the REST endpoint's response as custom output values, save it as a file, and attach it to the job. The custom output values can be used to retrieve tokens for subsequent REST calls, direct the workflow path, or be used as inputs for other steps.
When the step is run, the web request is sent to the REST endpoint defined in the step and the following actions can be performed:
- Refresh Step
—If you are assigned to the step or have the adminAdvanced or adminBasic privilege, re–check the status of the step if the connection to the server was disrupted.
- Complete Step
—Finish the step.
Configure the step
To configure the step, do the following:
Caution:
To reduce security vulnerabilities, only configure the Send Web Request step for trusted web pages and web apps.
- Create or edit a workflow diagram to access the Step Library panel.
- Drag Send Web Request from the Step Library panel to a connection arrow of a step on the workflow canvas.
The Step Details panel appears.
- Provide a name for the step in the Step Name text box.
- In the Arguments section, click Edit.
- Click the URL drop-down arrow and choose the type of request you want to send.
- Provide the URL of the REST endpoint in the URL text box.
- Optionally, add path variables to the URL using the following syntax:
https://gisserver.domain.com/webadaptorname/apps/workflowmanager/:pathVariable/
Path variables appear in the Path Variables section.
- Optionally, add query parameters to the web request by doing the following:
- Click Add Key & Value in the Query Parameters section.
- Provide a key in the Key text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Provide a value in the Value text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Leave the Enabled check box checked.
- Repeat these substeps to add more key-value pairs.
- If you added path variables to the URL, provide a value for each variable in the Path Variables section.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
Tip:
Click This input supports Arcade Expressions
and choose an ArcGIS Arcade expression to add it to its associated text box.
- Click the Authorization tab.
- Choose the REST endpoint's authentication method and provide authentication information as necessary.
Caution:
Authentication information you provide in the step is not encrypted. You can store information securely by adding an encrypted user-defined setting that can be referenced in the step using dynamic job properties.
Note:
The Federated Token option allows you to authenticate web requests as the user performing the step. The Federated Token option is only compatible with services published to the same ArcGIS Enterprise site as Workflow Manager.
- Optionally, if you chose the API Key or Bearer Token option, click Alternatively Generate Token from Endpoint, and configure token settings on the Generate Token from Endpoint dialog box to generate a token for the web request.
- Optionally, click the Headers tab, and add custom header key-value pairs to the web request by doing the following:
- Click Add Key & Value in the Custom Headers section.
- Provide a key in the Key text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Provide a value in the Value text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Leave the Enabled check box checked.
- Repeat these substeps to add more key-value pairs.
- Optionally, click the Body tab to add data to the web request.
The request body supports form data key-value pairs, URL encoded key-value pairs, and raw data in JSON or plain text format.
Tip:
You can also use an ArcGIS Arcade expression to retrieve user-defined settings or provide dynamic values in the body text.
- Optionally, if you have a license for the ArcGIS Workflow Manager Server Advanced role, configure the step's output settings.
- Optionally, to send the configured request and show its response, click the Test tab, and click Test Response.
If the web request contains job-specific Arcade expressions, you must turn on Include Job ID, and provide a job ID in the Job ID text box to properly format the request.
- Click Save to close the Configure Web Request dialog box.
- Click the Options tab.
- Configure Step Options as necessary.
- Manual—Run the step manually.
- Optional—Allow the step to be finished without being run.
- Automatic—Run the step as soon as it becomes active.
Note:
If your workflow diagram is configured to automatically run a sequence of steps that includes the Evaluate Data Quality or the Run GP Service step, steps that attempt to run after the user token that started the sequence of steps expires will not run automatically. You must have a license for the ArcGIS Workflow Manager Server Advanced role to continue running additional automated steps without manual intervention.
- Run on a Schedule—Run the step according to a schedule you set.
- Manual—Run the step manually.
- Optionally, provide help text for the step in the Step Help text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value for the step help. If the step help contains plain text and Arcade expressions, you'll need to format the text as follows:
'For further assistance, please contact ' + JobCreator($Job) + '.'
- Optionally, click the Style tab to change the shape and color of the step.
- Optionally, click the About tab and provide a description for the step in the Step Description text box.
Tip:
The About tab also contains the step's ID that can be used with dynamic job properties to obtain a step's output. Click Copy Step ID
to copy the step ID to your clipboard.
Configure token settings
If the REST endpoint that you are sending a web request to requires a token for authentication, complete the following steps to configure the Send Web Request step to generate a token for authentication:
- Click the URL drop-down arrow and choose the type of request you want to send.
- Provide the URL of the REST endpoint in the URL text box.
- Optionally, add path variables to the URL using the following syntax:
https://gisserver.domain.com/webadaptorname/apps/workflowmanager/:pathVariable/
Path variables appear in the Path Variables section.
- Optionally, add query parameters to the web request by doing the following
- Click Add Key & Value in the Query Parameters section.
- Provide a key in the Key text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Provide a value in the Value text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Leave the Enabled check box checked.
- Repeat these substeps to add more key-value pairs.
- If you added path variables to the URL, provide a value for each variable in the Path Variables section.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
Tip:
Click This input supports Arcade Expressions
and choose an ArcGIS Arcade expression to add it to its associated text box.
- Optionally, click the Headers tab, and add custom header key-value pairs to the web request by doing the following:
- Click Add Key & Value in the Custom Headers section.
- Provide a key in the Key text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Provide a value in the Value text box.
You can also use ArcGIS Arcade expressions to provide a dynamic value.
- Leave the Enabled check box checked.
- Repeat these substeps to add more key-value pairs.
- Optionally, click the Body tab to add data to the web request.
The request body supports form data key-value pairs, URL encoded key-value pairs, and raw data in JSON or plain text format.
Tip:
You can also use an ArcGIS Arcade expression to retrieve user-defined settings or provide dynamic values in the body text.
- Click the Token tab.
- Turn on the Test Mode toggle button in the Token section.
- Paste an example of the REST endpoint's response in the Sample Response text box.
Example response in JSON format:
{"access_token": "12345abcde", "expires_in":7199, "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "location": [ { "name": "380 New York Street", "extent": { "xmin": -117.196701, "ymin": 34.055489 } } ]}
- Provide a name for the token in the Output Value text box.
This is the name that is used by the step to reference the generated token.
- Provide a JSONPath expression in dot notation or bracket notation in the Extraction Path text box to parse the response and return the generated token.
Example JSONPath in dot notation:
$.access_token
Example JSONPath in bracket notation:
$['access_token']
The value appears in the Sample Result column.
- Click Back to Step Configuration to continue configuring the step.
Configure output settings
License:
This functionality requires a license for the ArcGIS Workflow Manager Server Advanced role.
You can save the REST endpoint's response as a file, attach it to the job, and configure it as custom output values. The output values can be used to direct workflow paths or used as inputs for other steps. If no output value is configured for the step, the HTTP status code is stored as the step's output value.
To configure the step's output settings, complete the following steps:
- Click the Output tab on the Configure Web Request dialog box.
If the Configure Web Request dialog box isn't available, click the Send Web Request step on the workflow canvas, and click Edit in the Arguments section of the Step Details panel.
- Optionally, turn on the Enabled toggle button in the Attach Response section to save the REST endpoint's response as a file and attach it to the job.
- Optionally, configure the attachment name and folder where the response will be stored by doing the following:
- Provide the name of the folder where the attachment will be stored in the Folder Name text box.
The folder name can't contain a file system path or special characters. A folder named General is automatically created if no folder name is provided.
Note:
The folder is contained within the workflow item and is not a file system path.
- Choose one of the following Attachment Name options:
- Autogenerated—Automatically names the attachment using the following syntax: <StepName>_<RunDate>_<RunTime>
- Custom—Allows a custom attachment name to be provided
- Provide the name of the folder where the attachment will be stored in the Folder Name text box.
- Optionally, configure custom output values for the REST endpoint's response by doing the following:
- Turn on the Test Mode toggle button in the Output Values section.
- Paste an example of the REST endpoint's response in the Sample Response text box.
Example response in JSON format:
{"access_token": "", "expires_in":7199, "spatialReference": { "wkid": 4326, "latestWkid": 4326 }, "location": [ { "name": "380 New York Street", "extent": { "xmin": -117.196701, "ymin": 34.055489 } } ]}
- Click Add Output & Path.
- Provide a name for the output value in the Output Value text box.
This is the value name that is used to obtain the custom output value.
- Provide a JSONPath expression in dot notation or bracket notation for the value that you want to store in the Extraction Path text box.
Example JSONPath in dot notation:
$.location.0.name
Example JSONPath in bracket notation:
$['location'][0]['name']
The value appears in the Sample Result column.
- Optionally, repeat substeps c through e to add more custom output values.
- Click Save to close the Configure Web Request dialog box.
Return value
When the step is completed, its return value is stored to indicate the result of the step. The return value can be immediately evaluated using paths to determine the next steps in the workflow. You can also retrieve the return value for completed steps throughout the workflow using ArcGIS Arcade expressions. The following table lists the step's return values:
Return value | Description |
---|---|
S000001 | The step completed successfully. |
F000001 | The step failed to complete successfully. |
Output value
License:
This functionality requires a license for the ArcGIS Workflow Manager Server Advanced role.
When the step is completed, its output value is stored and can be used to determine the path the workflow follows or can be used as inputs for other steps throughout the workflow. The following table shows the step's output value:
Output | Description |
---|---|
Status | Returns the HTTP response code if no output value is configured for the step. |
<CustomOutputValue> | Returns the custom output value configured for the step. |
attachmentId | Returns an array of attachment IDs added to the step. |