withStartToCloseTimeout(5) ); $value = yield $simple->greet($user); if (!$value instanceof Message) { return "FAIL"; } return $value; } }