rejection, err = u.accepted.Get(stCtx)
if err == nil {
return statusRejected(rejection), nil
}
// Even if only ACCEPTED stage was requested, check if Update was completed on the same WFT,
// and return Update result if it was.
var outcome *updatepb.Outcome
outcome, err = u.outcome.Get(stCtx)