Microsoft Dynamics 365 Customization and Configuration (legacy) — Question 58
You create an asynchronous workflow that runs on demand.
Which statement is true?
Answer options
- A. The workflow will run in the security context of the user who is designated in the Execute As setting.
- B. The workflow will run in the security context of the system evaluating all conditions and taking all actions configured.
- C. The workflow will run in the security context of the workflow owner.
- D. The workflow will run in the security context of the user who triggered it.
Correct answer: D
Explanation
The correct answer is D because the workflow indeed runs in the security context of the user who triggered it, allowing for appropriate permissions based on that user's access. Option A is incorrect as it refers to a specific setting that does not apply in this scenario. Option B is misleading because it suggests the system's context, which does not relate to user-triggered workflows. Option C is wrong as it implies the workflow runs under its owner's context, which is not the case when the workflow is executed on demand.