Skip To Content

Hinzufügen und Konfigurieren von "Anspruch auf Version"

Mit dem Schritt "Anspruch auf Version" wird der Besitzer mindestens einer auftragsspezifischen Version von Daten in den aktuellen Benutzer geändert. Auf diese Weise können Sie während eines Auftrags das Eigentum an Daten von einem Benutzer auf einen anderen übertragen. Beispiel: Ein Editor führt den Schritt Version erstellen aus, um eine auftragsspezifische Version der Daten zu erstellen, und führt dann den Schritt Pro-Projektelemente öffnen aus, um Features hinzuzufügen und zu bearbeiten. Wenn der Editor den Schritt abschließt, wird der Auftrag der Gruppe für die Qualitätskontrolle (QK) zur Prüfung zugewiesen. Wenn ein Benutzer in der QK-Gruppe den Schritt "Anspruch auf Version" ausführt, wird ihm das Eigentum an der auftragsspezifischen Datenversion übertragen, damit er Änderungen an den Daten vornehmen kann.

Wenn der Schritt ausgeführt wird, wird der aktuelle Benutzer zum Besitzer der auftragsspezifischen Version der Daten. Wenn keine auftragsspezifische Datenversion vorhanden ist, wird auf der Auftragskachel eine Fehlermeldung angezeigt.

Konfigurieren des Schrittes

To configure the step, do the following:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Ziehen Sie Anspruch auf Version 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. Wählen Sie im Abschnitt Datenquellen eine der folgenden Optionen aus:
    • Alle: Wählen Sie diese Option aus, um alle Versionen für die im Workflow-Diagramm konfigurierten Datenquellen zu beanspruchen.
    • Quellen auswählen: Wählen Sie diese Option aus, und klicken Sie auf Quelle hinzufügen, um die Datenquellen auszuwählen, die Sie beanspruchen möchten.
      Tipp:

      Um eine Datenquelle zu löschen, klicken Sie auf die Schaltfläche Löschen Delete.

    • Arcade-Ausdruck: Wählen Sie diese Option aus, und geben Sie einen ArcGIS Arcade-Ausdruck an, der die Element-ID der Datenquelle zurückgibt, um die bei der Ausführung des Schrittes zu beanspruchenden Datenquellenversionen dynamisch zu bestimmen.
      Tipp:

      Click the This input supports Arcade Expressions button This input supports Arcade expressions and choose an ArcGIS Arcade expression to add it to its associated text box.

  5. Click the Options tab.
  6. 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

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

  8. Optionally, click the Style tab to change the shape and color of the step.
  9. 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