checkpoint element

Type: imbCheckpointResponseObject
Namespace: (default namespace)
XML Schema: ns0.xsd

Used by RecordedTestData and Unit Test response to specify where the data was captured

Example XML

<?xml version="1.0" encoding="UTF-8"?> <checkpoint type="..." name="..." testDataUuid="..." applicationName="..." applicationUuid="..." libraryName="..." libraryUuid="..." messageFlowName="..." messageFlowUuid="..." sourceNodeName="..." sourceNodeType="..." sourceTerminalName="..." targetNodeName="..." targetNodeType="..." targetTerminalName="..." timestamp="..." sequenceNumber="..." invokedCount="..." threadId="..." isDynamicPropagate="..." />

Example JSON

{ "type" : "...", "name" : "...", "testDataUuid" : "...", "applicationName" : "...", "applicationUuid" : "...", "libraryName" : "...", "libraryUuid" : "...", "messageFlowName" : "...", "messageFlowUuid" : "...", "sourceNodeName" : "...", "sourceNodeType" : "...", "sourceTerminalName" : "...", "targetNodeName" : "...", "targetNodeType" : "...", "targetTerminalName" : "...", "timestamp" : "...", "sequenceNumber" : "...", "invokedCount" : "...", "threadId" : "...", "isDynamicPropagate" : "..." }