Multiple choice technology programming languages

Which built-in activity is used for handling the event in Workflow 4.0?

  1. HandleEvent

  2. EventHandler

  3. Pick

  4. Park

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Pick activity in WF 4.0 is specifically designed for event-driven scenarios. Each branch in a Pick contains a Trigger activity (like ReceiveEvent) that waits for a specific event, and an Action activity that executes when that event occurs. This makes Pick the primary event-handling construct in WF 4.0.