subFlow element

Type: imbSubFlowResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Describes a subflow deployed on a broker

Example XML

<?xml version="1.0" encoding="UTF-8"?> <subFlow xmlns="http://www.ibm.com/iib/apiv1/responseObject" type="..." internal="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..." />

Example JSON

{ "type" : "...", "internal" : false, "flowDesignUri" : { "value" : "..." }, "uri" : { "value" : "..." }, "propertiesUri" : { "value" : "..." }, "UUID" : "...", "name" : "..." }