Multiple choice technology platforms and products

Which orchestration shape allows you to inject Custom C# code inside your orchestration?

  1. The Message Assignment Shape

  2. Expression Shape

  3. Construct Message Shape

  4. Decision Shape

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

The Expression Shape allows inline C# expressions and statements. The Message Assignment Shape (within a Construct Message shape) allows C# code for message construction. Decision shapes are for conditional branching only, not code injection.