workflow container Location
Is it possilbe to place the Workflow Container to the table view area (below the map)?
0
-
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 -
Perfect! Thank you. 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
2 kommentarer