500-445 · Question #33
When does the workflow assignment service publish a message to the application server?
The correct answer is C. when a new task is created. Option C is correct because the workflow assignment service's primary role is to notify the application server when work items - specifically new tasks - are created and need to be routed to agents. Publishing a message at task creation triggers downstream processing such as…
Question
When does the workflow assignment service publish a message to the application server?
Options
- Awhen the agent logs out
- Bwhen a new email is assigned to a user
- Cwhen a new task is created
- Dwhen the agent login in
How the community answered
(67 responses)- A3% (2)
- B1% (1)
- C90% (60)
- D6% (4)
Explanation
Option C is correct because the workflow assignment service's primary role is to notify the application server when work items - specifically new tasks - are created and need to be routed to agents. Publishing a message at task creation triggers downstream processing such as routing, prioritization, and assignment logic.
Why the distractors are wrong:
- A (agent logs out): Logout is handled by session/authentication services, not the workflow assignment service - no new work is being distributed at that point.
- B (new email assigned to a user): Assignment is the result of the workflow process, not the trigger - the message is published before assignment occurs to initiate it.
- D (agent login): Login events are managed by identity/presence services; the workflow service doesn't need to publish a message just because an agent becomes available.
Memory tip: Think of the workflow assignment service as a dispatcher waiting for a new ticket to appear. It only "picks up the radio" (publishes a message) when there's a new task to dispatch - not for comings and goings of agents.
Topics
Community Discussion
No community discussion yet for this question.