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,
	bool allowSubInstances
)

Parameters

instanceList
Type: System.Collections.Generic IEnumerable WorkflowInstance 
allowSubInstances
Type: System Boolean

Return Value

Type: IList WorkflowMessageBookmarkInfo 
See Also