Multiple choice technology platforms and products

Sub process calls can have runtime determination mechanism

  1. True

  2. False

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

Subprocess calls in workflow systems are determined at design time, not runtime. The specific subprocess to be called must be defined when the parent process is designed. While data passed to a subprocess can vary at runtime, the selection of which subprocess to invoke is a static design decision, making this statement false.