IAzureCosmosDbGetActionFlowOptionsByEvent Method
Retrieves a series of action flow options, separated by event. Events without any options will return an empty array.
This is used in the company settings tab, so action flows can be assigned to events for that particular company; therefore, the options
contain the global action flows and the ones that are custom for that companyId. If companyId is ,
then only the global action flows will be returned.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<Dictionary<ActionFlowEvent, List<ActionFlowDefinitionDto>>> GetActionFlowOptionsByEvent(
Guid companyId,
CancellationToken cancellationToken = default
)
- companyId Guid
- Company to get the action flows for. If left empty, only global action flows will be retrieved.
- cancellationToken CancellationToken (Optional)
- Cancellation token
TaskDictionaryActionFlowEvent,
ListActionFlowDefinitionDtoAll available action flows for the
companyId, separated by the action flow event type.