Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Sample Configuration

Sample Configuration

The following is a sample configuration file:
<screenflowConfig xmlns="http://schemas.activevos.com/ appmodules/screenflow/2012/09/ avosScreenflowConfiguration.xsd"> <
global
hostRuntimeService="runtimeService" currentUserEntity="CurrentUserEntity" entityIndex="project:/app/entityList.xml" applicationName="Custom Application"> <
features
> <feature name="polymorphism" enabled="false"/> <feature name="runAsUser" enabled="false"/> </features> <
helpLink
>./help.html</helpLink> </global> <designer> <helpLink>../editor/help.html</helpLink> </designer> </screenflowConfig>
In this sample, notice the following:
  • The
    global
    element that has configuration properties common to the editor and run-time environments.
  • The
    features
    element either enables or disables features supported by Guide Designer that may or may not be supported by your host provider.
  • The optional
    helpLink
    attribute is a text node whose value should be a URI that points to a help document. The URI may be relative, an absolute HTTP, or a
    project:/
    path.

0 COMMENTS

We’d like to hear from you!