<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=GVSubFlowSplittedNode</id>
	<title>GVSubFlowSplittedNode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?action=history&amp;feed=atom&amp;title=GVSubFlowSplittedNode"/>
	<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=GVSubFlowSplittedNode&amp;action=history"/>
	<updated>2026-04-13T12:34:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gvwiki.greenvulcano.com/gvwiki/index.php?title=GVSubFlowSplittedNode&amp;diff=4138&amp;oldid=prev</id>
		<title>G.dimaio: Created page with &quot;==Description==  Node that allows direct invocation of a {{GVESB}} core workflow's sub-flows as parallel processes.  =={{VULCON}} / {{GVCONSOLE}} Configuration==  GVSubFlowSplitt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gvwiki.greenvulcano.com/gvwiki/index.php?title=GVSubFlowSplittedNode&amp;diff=4138&amp;oldid=prev"/>
		<updated>2014-05-13T10:38:02Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Description==  Node that allows direct invocation of a {{GVESB}} core workflow&amp;#039;s sub-flows as parallel processes.  =={{VULCON}} / {{GVCONSOLE}} Configuration==  GVSubFlowSplitt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Description==&lt;br /&gt;
&lt;br /&gt;
Node that allows direct invocation of a {{GVESB}} core workflow's sub-flows as parallel processes.&lt;br /&gt;
&lt;br /&gt;
=={{VULCON}} / {{GVCONSOLE}} Configuration==&lt;br /&gt;
&lt;br /&gt;
GVSubFlowSplittedNode allows to call a [[SubFlow]] in parallel, is a [[Flow]] element that extends [[FlowNode]].&lt;br /&gt;
&lt;br /&gt;
The following table shows the GVSubFlowSplittedNode element's attributes:&lt;br /&gt;
{|class=&amp;quot;gvtable&amp;quot;&lt;br /&gt;
! Attribute !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| class || fixed || This attributes must assume the value '''it.greenvulcano.gvesb.core.flow.GVSubFlowSplittedNode'''&lt;br /&gt;
|-&lt;br /&gt;
| op-type || fixed || This attributes must assume the value '''splitt'''&lt;br /&gt;
|-&lt;br /&gt;
| subflow || required || Name of the sub-flow to invoke&lt;br /&gt;
|-&lt;br /&gt;
| change-log-context || optional || If 'true' log context is updated.&lt;br /&gt;
The default is 'false'.&lt;br /&gt;
|-&lt;br /&gt;
| partition-dp || optional || Name of [[Data_provider|Data Provider]] to use. Must return a collection of objects.&lt;br /&gt;
|-&lt;br /&gt;
| ref-dp || optional || Name of [[Data_provider|Data Provider]] to use for input manipulation at each iteration.&lt;br /&gt;
This Data Provider will receive in input a [[GVBuffer]] and must return the object to be inserted in GVBuffer.object.&lt;br /&gt;
|-&lt;br /&gt;
| termination-mode || optional || Defines the termination policy of the subflows processes:&lt;br /&gt;
 - normal-end  : all subflows must terminate normally&lt;br /&gt;
 - first-end   : at first subflow that ends with succes all executing subflows are terminated and all queued subflows are ignored&lt;br /&gt;
 - first-error : at first subflow that ends with error all executing subflows are terminated and all queued subflows are ignored&lt;br /&gt;
 - timeout     : max execution time for the node after wich all executing subflows are terminated and all queued subflows are ignored&lt;br /&gt;
&lt;br /&gt;
Default normal-end.&lt;br /&gt;
|-&lt;br /&gt;
| on-exception-id || required || Node on which transfer control in case of exception during subflow execution.&lt;br /&gt;
|-&lt;br /&gt;
| on-skip-id || optional || Node on which transfer control in case no subflow are started because all conditions returns false.&lt;br /&gt;
If not defined the control is transferred to @default-id node.&lt;br /&gt;
|-&lt;br /&gt;
| on-timeout-id || optional || Node on which transfer control in case '''@termination-mode=timeout''' and not all subflow are terminated after @timeout seconds.&lt;br /&gt;
If not defined the control is transferred to @default-id node.&lt;br /&gt;
|-&lt;br /&gt;
| default-id || required || Node on which transfer control if subflow initialization is completed without errors.&lt;br /&gt;
|-&lt;br /&gt;
| max-thread || optional || Max number of subflow's execution threads.&lt;br /&gt;
Default to 5.&lt;br /&gt;
|-&lt;br /&gt;
| timeout || optional || Max execution time, in seconds, of the subflows.&lt;br /&gt;
Default to 30s.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Might contain the following elements:&lt;br /&gt;
* [[ResultProcessor]]&lt;br /&gt;
* [[GVOperationNode#InputServices|InputServices]]&lt;br /&gt;
* [[GVOperationNode#OutputServices|OutputServices]]&lt;/div&gt;</summary>
		<author><name>G.dimaio</name></author>
		
	</entry>
</feed>