subFlows element
Type: | imbSubFlowsContainerBean |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Description of subflows available on the deployed object
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<subFlows type="..." uri="..." hasChildren="..." internal="...">
<subFlow type="..." internal="..." flowDesignUri="..." uri="..." propertiesUri="..." UUID="..." name="..." />
<subFlow type="..." internal="..." flowDesignUri="...">
<!--...-->
</subFlow>
<!--...more "subFlow" elements...-->
</subFlows>
Example JSON
{
"type" : "...",
"subFlow" : [ {
"type" : "...",
"internal" : false,
"flowDesignUri" : {
"value" : "..."
},
"uri" : {
"value" : "..."
},
"propertiesUri" : {
"value" : "..."
},
"UUID" : "...",
"name" : "..."
}, ... ],
"uri" : {
"value" : "..."
},
"hasChildren" : "...",
"internal" : "..."
}