Order of Input Arguments in Workflow Create/Edit Wizard
Is there any way to define the order that input arguments appear in the Workflow Create/Edit Wizard? When a user adds a workflow to a site that has input arguments, I would like these arguments to be listed in a logical order. Is there any way to set that order in Workflow Designer?
Thanks!
0
-
Not in the Workflow Designer directly, but you can open the workflow in a text editor and modfy the order of input arguments (don't forget to make a backup first). They should be somewhere near the top, search for Members. E.g. <x:Members> <x:Property Name="MapServiceId" Type="InArgument(x:String)" /> <x:Property Name="LayerName" Type="InArgument(x:String)" /> </x:Members>0 -
Perfect! Thank you! 0
Please sign in to leave a comment.
Comments
2 comments