Documentation
¶
Overview ¶
internal/temporal/workflows/price_sync.go
Index ¶
Constants ¶
View Source
const ( // Workflow name - must match the function name WorkflowPriceSync = "PriceSyncWorkflow" // Activity name - must match the registered method name (just "SyncPlanPrices") ActivitySyncPlanPrices = "SyncPlanPrices" )
View Source
const ( // Workflow name - must match the function name WorkflowTaskProcessing = "TaskProcessingWorkflow" // Activity names - must match the registered method names ActivityProcessTask = "ProcessTask" )
Variables ¶
This section is empty.
Functions ¶
func PriceSyncWorkflow ¶ added in v1.0.23
func PriceSyncWorkflow(ctx workflow.Context, in models.PriceSyncWorkflowInput) (*dto.SyncPlanPricesResponse, error)
func TaskProcessingWorkflow ¶ added in v1.0.27
func TaskProcessingWorkflow(ctx workflow.Context, input models.TaskProcessingWorkflowInput) (*models.TaskProcessingWorkflowResult, error)
TaskProcessingWorkflow processes a task asynchronously
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.