Skip To Content

Hinzufügen und Konfigurieren des Schrittes "Pro-Projektelemente öffnen"

Mithilfe des Schrittes "Pro-Projektelemente öffnen" können Sie vorhandene ArcGIS Pro-Projektelemente öffnen, wie z. B. Karten, Layouts, Szenen, Aufgaben und Webkarten, die in dem Projekt konfiguriert worden sind. Wenn es sich bei dem Element um ein Kartenerstellungselement handelt, können Daten-Layer automatisch auf die entsprechende auftragsspezifische Version der Daten zeigen, sofern sie verfügbar ist.

Hinweis:

Diesen Schritt können Sie nur aus ArcGIS Pro ausführen. Für eine ähnliche Oberfläche in der ArcGIS Workflow Manager-Web-App, verwenden Sie den Schritt Webseite öffnen.

Wenn Sie den Schritt ausführen, werden die in dem Schritt definierten Elemente in einem ArcGIS Pro-Projekt geöffnet. Wenn Fehler-Inspektor anzeigen aktiviert ist, wird der Bereich Fehler-Inspektor angezeigt, und der Karte wird ein Layer mit Fehler-Features hinzugefügt. Wenn zu dem Schritt ein Hilfetext konfiguriert wurde, wird er unten auf der Auftragskachel 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

Sie können dem Schritt jede beliebige Kombination aus ArcGIS Pro-Karten, -Layouts, -Webkarten und -Aufgaben hinzufügen. Die Reihenfolge der in ArcGIS Pro geöffneten Elemente wird durch die Reihenfolge definiert, in der Sie sie dem Schritt hinzufügen.

To configure the step, do the following:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Ziehen Sie Pro-Projektelemente ö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. Klicken Sie im Abschnitt Argumente auf Bearbeiten.

    Das Dialogfeld Kartenerstellungsschritt in ArcGIS Pro wird angezeigt.

  5. Klicken Sie im Abschnitt Elemente öffnen auf Neues Element öffnen, um die Elemente hinzuzufügen, die Sie in dem Projekt öffnen möchten.
    Hinweis:

    Die Elemente müssen in dem ArcGIS Pro-Projekt vorhanden sein, wenn der Schritt ausgeführt wird oder fehlschlägt.

  6. Geben Sie in das Textfeld Name den Namen des Elements ein, mit dem Sie arbeiten möchten.
  7. Wählen Sie aus der Dropdown-Liste Typ den Elementtyp aus, mit dem Sie arbeiten möchten.
  8. Wenn der Schritt Version erstellen in Ihrem Workflow-Diagramm verwendet wird, um eine auftragsspezifische Version Ihrer Daten zu erstellen, aktivieren Sie das Kontrollkästchen Neuen Verweis für Version erstellen, um die Daten-Layer des Kartenerstellungselements in die auftragsspezifische Version umzuleiten, wenn der Schritt ausgeführt wird.
    Hinweis:

    Das Kontrollkästchen Neuen Verweis für Version erstellen steht für Aufgabenelemente nicht zur Verfügung.

  9. Optional wiederholen Sie die Schritte 5 bis 8, um weitere Elemente hinzuzufügen.
    Hinweis:

    Um ein Element zu löschen, bewegen Sie den Mauszeiger darüber und klicken auf die Schaltfläche Element löschen Delete Item.

  10. Optional klicken Sie auf die Registerkarte Fertig stellen und aktivieren das Kontrollkästchen Auf Standardwerte zurücksetzen, um die Daten-Layer des Kartenerstellungselements wieder auf die ursprüngliche Version zurückzusetzen, wenn der Schritt abgeschlossen ist.
    Hinweis:

    Das Kontrollkästchen Auf Standardwerte zurücksetzen steht für Aufgabenelemente nicht zur Verfügung.

  11. Optional klicken Sie auf die Registerkarte Erweitert und konfigurieren die Optionen nach Bedarf.
    • Auf Position zoomen: Zoomt die Kartenelemente auf die Position des Auftrags, wenn für den Auftrag eine Position definiert wurde.
    • Fehler-Inspektor anzeigen: Öffnet den Bereich Fehler-Inspektor zum Anzeigen von Fehler-Features auf der Karte.

      Bei Feature-Service-Datenquellen müssen in dem Service Fehler-Layer gespeichert werden, und die Datenquelle muss mit der Funktion Validierung nach Verzweigung versioniert werden.

  12. Click Save.
    Hinweis:

    The Save button isn't available when parameters are configured with invalid values.

  13. Click the Options tab.
  14. 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

  15. Optionally, check the Enabled check box in the Step Commenting section to allow a user to add a comment when the step is run.
  16. Optionally, if you enabled step commenting, check the Required check box in the Step Commenting section to require a comment.
  17. Optionally, provide help text for the step in the Step Help text box.

    You can also use the following example to display a dynamic value using ArcGIS Arcade expressions:

    'For further assistance, please contact ' + jobCreator($job) + '.'
  18. Optionally, click the Style tab to change the shape and color of the step.
  19. 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.

Verwandte Themen