Products | Versions |
---|---|
TIBCO Collaborative Information Manager | - |
Not Applicable | - |
Resolution:
For this case, the application allows to publish the records even when they are not confirmed.
In the IdentifyRecordVersions if you pass the "VersionOption" as latest then all the records in the subset will be published, even the unconfirmed ones, as follows:
<Activity Name="IdentifyRecordVersions">
<Action>IdentifyRecordVersions</Action>
<Description lang="en">Picks the appropriate record versions from the catalog</Description>
<Parameter direction="in" type="string" eval="constant" name="eventState">IDENTIFYVERSION</Parameter>
<Parameter direction="in" name="InDocument" type="document" eval="variable">inDoc</Parameter>
<Parameter direction="in" name="VersionOption" type="string" eval="constant">latest</Parameter>
<!-- Added dummy parameter to allow selection of relationship direction -->
<Parameter direction="in" name="relName" type="string" eval="constant">Contains</Parameter>
</Activity>