Multiple choice technology architecture

Task behaviours are , __,.

  1. STATIC,EXIT,GLOBAL

  2. GLOBAL,STATIC,DYNAMIC

  3. EXIT,POSTSTORE,COMPLETE

  4. STATIC, TEMPORARY,DYNAMIC

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

Tasks in BTM can have three behavior types: STATIC (compiled/unchanging), TEMPORARY (runtime-created), and DYNAMIC (can change during execution). These categories define how tasks are loaded, managed, and executed within the workflow engine.