Aller au contenu principal

We'd love to hear from you: Which workflow activities should be included in the docs?

Épinglée En avant

Commentaires

15 commentaires

  • Nico Burgerhart

    Show Results example for VS Web
    https://docs.vertigisstudio.com/workflow/latest/help/visualization-using-show-results.html
    261318 - [DOCS] Missing documentation on the use of the Show Results activity in Web

    0
  • Nico Burgerhart

    For those unfamiliar with it, here are several sample workflows with explanations.
    https://support.vertigis.com/hc/en-us/articles/11461058301586-VSWF-Workflows-Sample-Site

    1
  • Mike Diss-Torrance
    1. Publish Event Activity. I know the documentation indicates that is it for Geocortex Viewer for HTML5 events, but I noticed that it can leveraged with the Vertigis Studio Web Event services too. Are there other ways to leverage it?

       

    2. Custom Form Elements. A simple ‘Hello World’ example would be useful. 

       

    3. Run Command Activity and Run Operation Activity. I used these extensively, but several of them are a bit of black box as to what the various input/output arguments are. Today, I'm trying to see if I can minimize/maximize a panel, but that may not be supported as a workflow activity or command. 

       

    4. Any of the activity packs that ship with Workflow. Some are self-evident, but others are a bit of a mystery, or I'm not sure where to look. 

       

    5. Any techniques that pass the model URI from web to workflow. 

      As an example, I've been doing this as an alternative to the Get Layer activity to get access to the esri.layer of a Vertigis Studio layer. 

    "COUNTY": {
            "FIELD": "COUNTY_NAME",
            "LAYER": "item://layer-extension/3de76b26-6d5c-40c9-8677-dd34f4c86928"
        }
    =$getWorkflowInputs1.inputs.COUNTY.LAYER.layerListSettings._esriLayer

    The Query Layer activity allows one to pass in the esriLayer:

    4
  • Berend Veldkamp

    I would love to see more examples for Set Form Element Property and Set Form Element Item Property

    I know how they work in theory, but setting a property is often a matter of trial and error. For instance, how do I select an item in a listbox, what is the ‘Item Key’, and which property name corresponds to which item in the element's designer interface.

    0
  • Gareth Finney

    I'd also love to see some more examples of  

    • Set Form Element* items
    • Custom Form Elements, and how to start and implement perhaps
    • Operations and Commands, used here, but as Mike says, a bit black boxed. Some examples of json definitions would be good
    • More string literals examples, and how to form useful alerts and messages based on combos of variables and strings

    and, is there any chance you can post the json versions of the example workflows (.zip set) - or are these to found somewhere I'm not looking :)

    Thanks for reaching out, and kudos to the work so far in improving the help notes and examples. It's come a long way.

    3
  • Nico Burgerhart
    • Add Image To PDF Activity
    • Query Layer Activity (examples on the different inputs)
    • Run Application Activity
    • Run Arcade Script activity
    • Send Web Request Activity
    • Set Imagery Layer Options Activity
    0
  • Martin Simonsen Bjørkenes

    Samples on how to style Display Forms using the styleName property of Form Elements, and the Inject CSS activity. The Iject CSS sample available here only works in GVH, not in Web. 

    • What is the best way to change the background and/or border color of an entire Display Form, and/or individual form elements? 
    • How to implement rounded corners.
    • How to densify forms (reducing margins)
    6
  • Christoph Wenninger

    As already mentioned, I think samples for commands and operations arguments would help a lot.

    0
  • Nico Burgerhart

    An example how to configure a chart and fill it with data from a workflow.

    2
  • Amanda Putri
    • Workflow sample from customised Guided Add File command to change default coordinate system (not in 4326 EPSG)
    • Workflow sample that enables multiple options for coordinate system transformations when importing file. This workflow is from VertiGIS Sample App Energy VSW

    Has there been any update if this workflow samples release will be coming out soon? 

    0
  • Markus Schenardi

    binding of a form to a featureset (load and save)

    0

Vous devez vous connecter pour laisser un commentaire.