Skip to content
Discussion options

You must be logged in to vote

You are right. That is the best approach in v1.

  1. start workflow
  2. persist email -> workflow_id
  3. webhook arrives with email
  4. look up workflow id from your map
  5. call WorkflowStub::load($workflowId)->someSignal(...)

In v2 there are search attributes that can be used for things like this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jack932
Comment options

Answer selected by jack932
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants