# Waiting for the return of signal method

**URL:** https://community.temporal.io/t/waiting-for-the-return-of-signal-method/5623
**Category:** Community Support
**Tags:** java-sdk
**Created:** [August 9, 2022, 1:28pm UTC](https://community.temporal.io/t/waiting-for-the-return-of-signal-method/5623 "2022-08-09T13:28:03Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![maikdrop](https://avatars.discourse-cdn.com/v4/letter/m/3bc359/32.png) [@maikdrop](https://community.temporal.io/u/maikdrop)
#### Post date: [August 9, 2022, 1:28pm UTC](https://community.temporal.io/t/waiting-for-the-return-of-signal-method/5623/1 "2022-08-09T13:28:04Z")

</div>

Hi guys,

I was wondering if it’s possible to wait for a signal method to return and then go ahead on the sender side? I didn’t find anything if this is possible or not.

Best regards,

Maik

---

<div class="post-metadata">

### Author: ![antonio.perez](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/antonio.perez/32/2417_2.png) [@antonio.perez](https://community.temporal.io/u/antonio.perez)
#### Post date: [August 9, 2022, 2:42pm UTC](https://community.temporal.io/t/waiting-for-the-return-of-signal-method/5623/3 "2022-08-09T14:42:22Z")

</div>

Hi @maikdrop

Temporal does not provide the feature out of the box, but there is a couple of workarounds to achieve this. Please see this related post: [Signalling system - Human driven workflows - #3 by maxim](https://community.temporal.io/t/signalling-system-human-driven-workflows/160/3)

We don’t have an example in java. Linking here an example in go just in case it helps [samples-go/synchronous-proxy at main · temporalio/samples-go · GitHub](https://github.com/temporalio/samples-go/tree/main/synchronous-proxy)
