Multiple choice technology programming languages

How to pass data to a workflow

  1. using Bookmark resumption

  2. Using InArgument

  3. Using variables

  4. using bookmark resumption and using InArgument

  5. None of this

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

In WF4.0, data can be passed to workflows through multiple mechanisms. InArguments are the primary way to pass input data when starting a workflow or invoking an activity. Bookmark resumption is another mechanism that allows passing data when resuming a paused workflow from a bookmark. Both methods are valid and serve different scenarios.