IAzureCosmosDbUpdateOrCreateActionFlowDefinition Method
Update or Creates a action flow in the database
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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