Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Mobile Rounds

Create event type schema definitions

  • Last UpdatedApr 15, 2025
  • 1 minute read

Use this process to create the noted event type definitions in the following order:

  1. ProcedureInstance

  2. TransmittedProcedure

  3. TransmittedTask

  4. TransmittedTaskGroup

To create the event type definitions, perform the following steps:

  1. In the left pane of CONNECT data services, select Developer Tools, then select API Console.

  2. Select v1 in the Full Path dropdown.

  3. Select POST in the Verb dropdown.

  4. In the URI field, type / at the end of the existing text, then select your desired Namespace.

  5. Copy, then paste the JSON text in the Body field. See the ProcedureInstance text example below.

    {

    "Name": "ProcedureInstance",

    "Id": "ProcedureInstance",

    "State": "Active",

    "Properties": [

    {

    "PropertyTypeCode": "Asset",

    "Id": "asset",

    "Name": "asset",

    "Flags": "NoReverseLookup, Indexed",

    "State": "Active",

    "Description": "The asset associated with the resource"

    },

    {

    "PropertyTypeCode": "String",

    "Id": "releasedRevisionId",

    "Name": "releasedRevisionId",

    "Flags": "None",

    "State": "Active",

    "PropertyTypeId": ""

    },

    {

    "PropertyTypeCode": "Enumeration",

    "Id": "instanceState",

    "Name": "instanceState",

    "Flags": "None",

    "State": "Active",

    "PropertyTypeId": "ProcedureInstanceState"

    }

    ]

    }

  6. In the URI field, type /EventTypes/ at the end of the existing text, then add the text from the "Id" field of the schema.

  7. Select the POST button.

    Repeat the steps above to create and post each event type definition.

    TitleResults for “How to create a CRG?”Also Available in