Multiple choice technology programming languages

What is Bookmark

  1. Terminate the activity

  2. An event in WF4.0

  3. A mechanism that allows activities in the bookmark's position hangs, waiting for restoration

  4. Terminate the workflow

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

Bookmarks in WF4.0 are a mechanism that allows an activity to pause its execution at a specific point and wait for an external event to resume it. The activity 'hangs' (waits) at the bookmark position until ResumeBookmark is called with matching bookmark name. Bookmarks enable long-running workflows that can wait for user input or external events without blocking threads.