IAzureCosmosDbGetAssignmentByCompanyAndEvent Method

Retrieves the assignment of an action flow to the companyId and actionFlowEvent.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<ActionFlowAssignmentDto?> GetAssignmentByCompanyAndEvent(
	Guid companyId,
	ActionFlowEvent actionFlowEvent,
	CancellationToken cancellationToken = default
)

Parameters

companyId  Guid
Company to look up. If left Empty, the global
actionFlowEvent  ActionFlowEvent
cancellationToken  CancellationToken  (Optional)

Return Value

TaskActionFlowAssignmentDto
Task completion with ActionFlowAssignmentDto result

See Also