Multiple choice technology programming languages

Which one is not a built-in Activity in WF4.0

  1. StateInitialization

  2. WriteLine

  3. Assign

  4. Flowchart

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

StateInitialization is a WF3.0 activity that was NOT carried forward to WF4.0. In WF4.0, state machine workflows were completely absent initially and when reintroduced in WF4.5, they use different activity types (State, Assign, etc.). The other options (WriteLine, Assign, Flowchart) are all valid built-in WF4.0 activities.