Sha256: e9f1412fe69f18cdbac95a4377327acfcebb11df33141611a944704d19792be5
Contents?: true
Size: 1.12 KB
Versions: 135
Compression:
Stored size: 1.12 KB
Contents
<element xmlns="http://relaxng.org/ns/structure/1.0" xmlns:rngui="http://rngui.org" rngui:version="1.2" name="parallel" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://cpee.org/ns/description/1.0"> <attribute name="wait" rngui:label="Wait" rngui:default="-1" rngui:hint="-1 to wait for all branches."> <data type="integer"/> </attribute> <attribute name="cancel" rngui:label="Cancel" rngui:default="last" rngui:hint="Set 'Wait' to 1 for standard Event-based Gateway."> <choice> <value rngui:label='After Last Task in Branch'>last</value> <value rngui:label='After First Task in Branch (Event-Based Gateway)'>first</value> </choice> </attribute> <element rngui:ignore="true" name="parallel_branch"> <attribute name="pass"> <data type="string"/> </attribute> <attribute name="local"> <data type="string"/> </attribute> </element> <element rngui:ignore="true" name="parallel_branch"> <attribute name="pass"> <data type="string"/> </attribute> <attribute name="local"> <data type="string"/> </attribute> </element> </element>
Version data entries
135 entries across 19 versions & 1 rubygems