Example for GetAssocEventsSummary Activity
<Activity Name="GetEventSummary"> <Action>GetAssocEventsSummary</Action> <Description lang="en">Get the summary of events</Description> <!--Parameter direction="in" type="boolean" eval="constant" name="LockOption">true</Parameter--> <Parameter direction="out" name="EventsToBeSpawned" type="long" eval="variable">totalEventsToBeSpawned</Parameter> <Parameter direction="out" name="TotalEventsProcessed" type="long" eval="variable">totalEvents</Parameter> <Parameter direction="out" name="EventsSuccessful" type="long" eval="variable">eventsSuccessful</Parameter> <Parameter direction="out" name="EventsInError" type="long" eval="variable">eventsInError</Parameter> <Parameter direction="out" name="EventsCancelled" type="long" eval="variable">eventsCancelled</Parameter> <Parameter direction="out" name="EventID" type="long" eval="variable">parentEventID</Parameter> </Activity>
Copyright © Cloud Software Group, Inc. All rights reserved.