Zum Hauptinhalt gehen

Using Workflow Outputs with edit.display-add-feature

Kommentare

1 Kommentar

  • Brandon Turner

    Given time I figured out the solution to my own problem.  Command chaining does not like multiple inputs so passing multiple workflow outputs did not work in this case.

    The solution was to use workflow.run (rather than workflow.evaluate) and have the workflow end with Run Operation edit.display-add-feature.  We used workflow inputs to identify the field names for our X and Y fields and then used Set Item Property to assign x and y to our output object (featureAttributes).

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.