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