Skip To Content

Open Web App

The Open Web App step can be used to integrate web pages and web apps in the ArcGIS Workflow Manager web app. This allows Workflow Manager users to seamlessly interact with the web page or web app and Details panel on the Workflow Manager Work page.

When the step is run, the web page or web app defined in the step opens in the Work page. Step information is displayed in the Details panel and can be minimized by clicking the Minimize button Collapse Panel. If your account has sufficient privileges, you can update job properties on the Details panel.

When this step is being run by another person, the Running icon Running appears on the job.

When you run the step, you can perform the following actions:

  • Click Pause to pause the step and return to the Work page.
  • Click Finish to finish the step and return to the Work page.
Примечание:

If the step has not been configured with Can Be Skipped, the step must be run or paused at least once before it can be finished.

Configure the step

Complete these steps to configure the Open Web App step to open a web page or web app on the Workflow Manager Work page.

Внимание:

To reduce security vulnerabilities, the Open Web App step should only be configured for trusted web pages and web apps.

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Drag Open Web App from the Step Library to a connection arrow of a step on the workflow canvas.

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. Optionally, provide a description for the step in the Step Description text box.
  5. Configure step options in the Options section as necessary.
    • Automatically Executes—Runs the step as soon as it becomes active.
    • Can Be Skipped—Allows the step to be finished without being run.
  6. In the Logic section, type the URL of the web page or web app in the Application URL text box.

    You can also use ArcGIS Arcade expressions in the Application URL text box. For example, 'https://webadaptorhost.domain.com/webadaptorname/<BranchVersionedFeatureServiceName>/?versions='+jobVersion($job,'<DatasourceName>')+'&extent='+jobLocation($job).

    Learn more about dynamic job properties

    Примечание:

    The Open Web App step only supports URLs with no embedding restrictions and public web apps in an ArcGIS Enterprise portal. Secured web apps in an ArcGIS Enterprise portal and web pages with mixed content are not supported.

  7. Optionally, click the Help tab and provide help text for the step in the Help text box.
  8. Optionally, click the Style tab to change the shape and color of the step.

Return codes

When the step finishes running, it sends a return code to indicate the result of the step. The return code is evaluated, and the workflow follows all paths that match the step's return value. The following table lists the step's return codes:

Return codeDescription

Failure

The step failed to complete successfully.

Success

The step completed successfully.

Связанные разделы


В этом разделе
  1. Configure the step
  2. Return codes