Hoppa till huvudinnehållet

Using Workflow Outputs with edit.display-add-feature

Kommentarer

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

Du måste logga in om du vill lämna en kommentar.