State Machine Pagination Flow Diagram

The following diagram represents the State Machine Pagination Flow Diagram:

The following properties are not present in any of the config files in the $AF_HOME/roles/configurator/standalone/config folder.

  • com.tibco.fom.orch.intervalMonitoring
  • com.tibco.fom.orch.evictInPercentage
  • com.tibco.fom.orch.idleTimeEviction

These properties are present in the ConfigValues_OMS_INTERNAL.XML file which can be found in $AF_HOME/roles/omsServer/standalone/lib/configService-4.0.0-SNAPSHOT.jar. If you need to configure these values, the entries below can be copied into your ConfigValues_OMS.xml file.

<ConfValue description="Eviction Idle Timeout" isHotDeployable="true" name="Eviction Idle Timeout" propname="com.tibco.fom.orch.idletimeEviction" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfNum default="10000" value="10000"/>
</ConfValue>
<ConfValue description="Statemachine Monitor Interval" isHotDeployable="true" name="Statemachine Monitor Interval" propname="com.tibco.fom.orch.intervalMonitoring" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfNum default="10000" value="10000"/>
</ConfValue>
<ConfValue description="Statemachine Monitor Threshold in Percentage" isHotDeployable="true" name="Statemachine Monitor Threshold in Percentage" propname="com.tibco.fom.orch.evictAtinPercentage" readonly="false" sinceVersion="2.1" visibility="Basic">
<ConfNum default="50" value="50"/>
</ConfValue>