WorkflowTable::getConfigVersionSetCount Method
Retrieves the total number of configurations in a configuration set identified by its sequence number.
Syntax
server public static int64 getConfigVersionSetCount(WorkflowSequenceNumber _sequenceNumber)
Run On
Server
Parameters
- _sequenceNumber
Type: WorkflowSequenceNumber Extended Data Type
The sequence number of the configuration set.
Return Value
Type: int64
The number of configurations in the configuration set.
Remarks
The sequence number is usually obtained from the SequenceNumber field in a WofklowConfigurationTable table buffer.