temporalio / temporal

Temporal service

Home Page:https://docs.temporal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActivityStateReplicator should trigger history resend when mutable state is no found

yycptt opened this issue · comments

Expected Behavior

  • Sync activity replication task should create the workflow if not found in the target cluster.

Actual Behavior

Solution

  • Return a RetryReplication error instead off nil to trigger history resend. History resender can handler the case where the workflow no longer existing in the source cluster.