Retry cleanup activity after Cancel

Using golang sdk and NewDisconnectedContext example as guide to cleanup Canceled workflow. My question is if the cleanup activity itself fails can/will it be retried. Thanks!

Yes, cleanup activity is a normal activity and obeys its retry options.