Retrieving Instances of an Experience

The following path lets you retrieve instances of an experience and their characteristics.

This page discusses:

See Also
About Workflow Overview

Path Experience to Instances

The input of this workflow is a parameter of SEVLogicalReference type. By default, the input parameter name is p and you can rename it to SEVLogRef.

To access instances from the input parameter and the information it contains, perform the following steps and insert the corresponding methods in your template:

Step Parameter Type or Iteration Variable Type Category Method Return Type
1 SEVLogRef: SEVLogicalReference Navigation System Experience Validation exp: COSIM
2 exp: COSIM Outgoing relationships To innerPart innerExp: COSIM's innerPart
3 innerExp: COSIM's innerPart Outgoing relationships To COSIM CosimInstance inst: COSIM CosimInstance
4 inst: COSIM CosimInstance Attributes ExecutionNumber Integer
ExecutionPeriod Integer
Platform String
title String
Outgoing relationships To isInstanceOf

Go to Path from Instance to Model table below to access the corresponding model.

isInst: COSIM CosimInstance’s isInstanceOf

Path from Instance to Model

To access the model from instances, perform the following steps and insert the corresponding methods in your template:

Step Parameter Type or Iteration Variable Type Category Method Return Type
5 isInst: COSIM CosimInstance’s isInstanceOf Outgoing relationships To Resource res: Resource
6 res: Resource Preview Get Previews pre: Preview
Introspection Property (xx) String
Type String
Attributes title String
7 pre: Preview Preview Get Picture Image
Get Rich Text Rich Text
Get Previews

Go to Step 6 of this table for recursion.

res: Resource
Note: To manage recursion, you can use one of the following structure elements: