ActionFlowDiagramRepositoryGetCompanyActionFlowById Method

Get items from a container based on a lambda query

Definition

Namespace: MobileTrack.DataContainers.Repositories
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<ActionFlowDefinitionDto?> GetCompanyActionFlowById(
	Guid actionFlowId,
	Guid companyId,
	bool deletedItem,
	CancellationToken cancellationToken = default
)

Parameters

actionFlowId  Guid
Action flow id
companyId  Guid
Company to get the action flows from
deletedItem  Boolean
If , we'll return the soft-deleted item.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskActionFlowDefinitionDto
Found item

See Also