Aller au contenu principal

Using Workflow Outputs with edit.display-add-feature

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.