func (c *Cancellation) LifecycleState(_ chasm.Context) chasm.LifecycleState {
switch c.Status {
return chasm.LifecycleStateCompleted
case nexusoperationpb.CANCELLATION_STATUS_FAILED,
nexusoperationpb.CANCELLATION_STATUS_TIMED_OUT: