Zum Hauptinhalt gehen

workflow container Location

Kommentare

2 Kommentare

  • Permanently deleted user
    Dan

     

    Yes, you do (but not with the OutOfBox viewer configuration though, do the follow step). WorkflowContainerName is associated with the regionName configured on your viewer under "moduleName": "Workflow" --- "container" block.

     

    1) Open desktop.json.js with your favourable text editor (be careful to modify the js file (it is a good idea to check your final desktop.json.js file with http://jsonlint.com/ to check its validation after modifying)

     

    2) Search "moduleName": "Workflow" block, where "containers": [] where you can find five default configuration for the workflow container name associated with the regionName.

     

    3) Add a new item to the "containers" array like 

     

    {

     

                    "name": "TestWFContainerName",

     

                    "title": "Test Results Region",

     

                    "regionName": "ResultsRegion"

     

                },

     

    where regionName: "ResultsRegion" is the location you mentioned under the map (refer the GVH Administration GUide documenation on the section Appendic B: Regions.

     

    4) Save Desktop.json.js and check its validity using Json Lint

     

    5) Open your workflow using workflow designer, and assigne the Workflow Contianer Name as 'TestWFContainerName'.
    0
  • Dan Griffin
    Perfect!  Thank you.
    0

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