Hi there!
We have a use case where we sometimes need to begin a workflow from a later activity. For example in the workflow that consists of Activity1 > Activity2 > Activity 3 > Activity 4, we might need to kickoff the workflow from Activity 2 (and then continue the rest of the sequence). What’s the recommended approach here?
- Create a second workflow that consists of only Activity2 > Activity 3 > Activity 4?
- Pass a value into the workflow that indicates which activity to start from?