Which of the following activity can run the OS command?
-
Job Activity
-
Nested Condition
-
Routine Activity
-
Execute Command
D
Correct answer
Explanation
The Execute Command activity in workflow and ETL tools is specifically designed to run operating system commands or scripts. Job Activity manages job control, Nested Condition handles conditional logic, and Routine Activity executes predefined routines or functions. Only Execute Command can invoke OS-level commands directly, making option D correct.