Skip To Content

Hinzufügen und Konfigurieren des Schrittes "Webseite öffnen"

Mit dem Schritt "Webseite öffnen" können Webseiten und Web-Apps in die ArcGIS Workflow Manager-Web-App und in ArcGIS Pro integriert werden. Auf diese Weise können Workflow Manager-Benutzer nahtlos mit der Webseite oder der Web-App interagieren.

Wenn der Schritt in der Workflow Manager-Web-App ausgeführt wird, wird die Webseite oder die Web-App, die in dem Schritt definiert wurden, auf der Seite Arbeit geöffnet. Schrittinformationen werden im Bereich Details angezeigt und können durch Klicken auf die Schaltfläche Minimieren Collapse Panel minimiert werden.

Wenn der Schritt in ArcGIS Pro ausgeführt wird, wird die Webseite oder die Web-App, die in dem Schritt definiert wurden, in einer Ansicht in ArcGIS Pro geöffnet.

Hinweis:

Wenn dieser Schritt von einer anderen Person ausgeführt wird, wird das Symbol Wird ausgeführt Running bei dem Auftrag angezeigt.

When the step is run, the following actions can be performed:

  • The step can be paused by clicking Pause.
  • The step can be finished by clicking Finish.
Hinweis:

If the step isn't optional, the step must be run or paused at least once before it can be finished.

Konfigurieren des Schrittes

To configure the step, do the following:

Vorsicht:

Um Sicherheitslücken zu reduzieren, sollte der Schritt "Webseite öffnen" nur für vertrauenswürdige Webseiten und Web-Apps konfiguriert werden.

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Ziehen Sie Webseite öffnen aus dem Fenster Schrittbibliothek auf den Verbindungspfeil eines Schrittes auf der Workflow-Zeichenfläche.

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. Geben Sie die URL der Webseite oder der Web-App in das Textfeld Webseiten-URL ein.

    Sie können auch ArcGIS Arcade-Ausdrücke verwenden, um einen dynamischen Wert bereitzustellen. Wenn der Wert Webseiten-URL einfachen Text und ArcGIS Arcade-Ausdrücke enthält, müssen Sie den Text wie folgt formatieren:

    'https://webadaptorhost.domain.com/webadaptorname/<BranchVersionedFeatureServiceName>/?versions=' + JobVersion($Job, '<DataSourceName>') + '&extent=' + JobLocation($Job)

    Hinweis:

    Der Schritt "Webseite öffnen" unterstützt lediglich URLs ohne Einbettungsbeschränkungen und öffentliche Web-Apps in einem ArcGIS Enterprise-Portal. Gesicherte Web-Apps in einem ArcGIS Enterprise-Portal und Webseiten mit gemischtem Inhalt werden nicht unterstützt.

  5. Optional aktivieren Sie das Kontrollkästchen In neuem Browser öffnen, um die Webseite oder die Web-App in einem neuen Browserfenster zu öffnen, wenn der Schritt in der Workflow Manager-Web-App ausgeführt wird.
  6. Click the Options tab.
  7. 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.
      Hinweis:

      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 the additional automated steps without manual intervention.

    • Run on a Schedule—Run the step according to a schedule you set.

      Learn more about scheduling options

  8. 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) + '.'

  9. Optionally, click the Style tab to change the shape and color of the step.
  10. Optionally, click the About tab and provide a description for the step in the Step Description text box.
    Hinweis:

    The About tab also contains the step's ID that can be used with dynamic job properties to obtain a step's output.

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 valuesDescription

S000001

The step completed successfully.

F000001

The step failed to complete successfully.

Ausgabewert

When the step is completed, its output value is stored and can be used to determine the path the workflow follows or be used as inputs for other steps throughout the workflow. The following table shows the step's output value:

AusgabeBeschreibung

<URL>

Gibt die URL der geöffneten Webseite oder Web-App zurück.

Verwandte Themen