messageFlows element

Type: imbMsgFlowsContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of message flows available on the deployed object

Example XML

<?xml version="1.0" encoding="UTF-8"?> <messageFlows xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <messageFlow type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..." activityLogUri="..." flowMonitoringActive="..." isInTestRecordMode="..." uri="..." propertiesUri="..." UUID="..." name="..."> <ns1:archiveStatistics xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <ns1:outputFormat> <ns1:xml>...</ns1:xml> <ns1:json>...</ns1:json> <ns1:userTrace>...</ns1:userTrace> <ns1:smf>...</ns1:smf> </ns1:outputFormat> </ns1:archiveStatistics> <ns1:snapshotStatistics xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject" enabled="..." origin="..." threadLevel="..." nodeLevel="..."> <ns1:outputFormat> <ns1:xml>...</ns1:xml> <ns1:json>...</ns1:json> <ns1:userTrace>...</ns1:userTrace> <ns1:smf>...</ns1:smf> </ns1:outputFormat> </ns1:snapshotStatistics> <ns1:policies xmlns:ns1="http://www.ibm.com/iib/apiv1/responseObject"> <ns1:policy type="..." uri="..." policyType="..." name="..."> <ns1:documentURI>...</ns1:documentURI> <ns1:data> <ns1:data name="..." value="..." owner="..." type="..." /> <ns1:data name="..." value="..." owner="..." type="..."> <!--...--> </ns1:data> <!--...more "data" elements...--> </ns1:data> </ns1:policy> <ns1:policy type="..." uri="..." policyType="..." name="..."> <!--...--> </ns1:policy> <!--...more "policy" elements...--> </ns1:policies> </messageFlow> <messageFlow type="..." isRunning="..." runMode="..." startMode="..." flowDesignUri="..." activityLogUri="..." flowMonitoringActive="..." isInTestRecordMode="..."> <!--...--> </messageFlow> <!--...more "messageFlow" elements...--> </messageFlows>

Example JSON

{ "type" : "...", "messageFlow" : [ { "type" : "...", "isRunning" : false, "runMode" : "...", "startMode" : "...", "flowDesignUri" : { "value" : "..." }, "activityLogUri" : { "value" : "..." }, "flowMonitoringActive" : false, "isInTestRecordMode" : false, "archiveStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "snapshotStatistics" : { "enabled" : false, "origin" : "...", "threadLevel" : "...", "nodeLevel" : "...", "outputFormat" : { "xml" : false, "json" : false, "userTrace" : false, "smf" : false } }, "policies" : [ { "type" : "...", "uri" : { "value" : "..." }, "policyType" : "...", "name" : "...", "documentURI" : "...", "data" : [ { "name" : "...", "value" : "...", "owner" : "...", "type" : "..." }, ... ] }, ... ], "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }