IAzureCosmosDbUpdateOrCreateActionFlowDefinition Method
Update or Creates a action flow in the database
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task UpdateOrCreateActionFlowDefinition(
ActionFlowDefinitionDto actionFlow,
UserSessionData createdBy,
CancellationToken cancellationToken = default
)
- actionFlow ActionFlowDefinitionDto
- Original action flow
- createdBy UserSessionData
- User creating the action flow
- cancellationToken CancellationToken (Optional)
- Cancellation token (optional)
TaskCosmos DB Object-creation
Task