subFlow element

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

Describes a subflow deployed on a broker

Example XML

<?xml version="1.0" encoding="UTF-8"?> <subFlow type="..." internal="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..." />

Example JSON

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