PublicAPI.Services.WorkflowMessagingServices.GetActiveMessageBookmarkInfos ELMA API Documentation
Get information on instances active breakpoints at the Receive message activity
 
 
Syntax

public IList<WorkflowMessageBookmarkInfo> GetActiveMessageBookmarkInfos(
	IEnumerable<WorkflowInstance> instanceList
)

Parameters

instanceList
Type: System.Collections.Generic IEnumerable WorkflowInstance 

Return Value

Type: IList WorkflowMessageBookmarkInfo 
See Also