IAzureCosmosDbSendActionFlowExecutionUpdate Method
When executing a specific action flow, this method is used by te Event Handler to send updates using the Redis pub/sub mechanism,
so the front-end can inform the user.
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task<long> SendActionFlowExecutionUpdate(
ActionFlowEvent actionFlowEvent,
ProgressDto progress
)
- actionFlowEvent ActionFlowEvent
- Action flow event to send the subscription message for
- progress ProgressDto
- The current state of the action flow execution
TaskInt64Task execution with publication result.