Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Interaction states

Configure the behavior of an interaction by determining the routine behavior for each state that the interaction goes through during the life cycle.

Interaction framework

Configure each of the following interaction components to determine the behavior and life cycle.

Interaction states

States determine the behavior for interactions. For each state of the interaction life cycle, you determine which routine actions to perform. For example, the On Created state would have a script that creates an interaction and then adds the end user as the 'opened for'. The script then sends a message to the end user to let them know that the interaction has been opened.

StateDescription
NewAn interaction is inserted into the interaction table.
On HoldThe interaction is waiting for assignment.
Work In ProgressAn agent accepts an unassigned interaction.
Wrap UpThis state indicates that the agent has completed a conversation with a customer and is wrapping up the interaction. This state is available if an interaction wrap up configuration has been created for the specific type of interaction and that configuration is active. For more information, see Interaction wrap up.
Closed CompleteThe interaction timed out or the agent or consumer intentionally closed the interaction.
Closed AbandonedThe interaction is closed because the consumer disconnects or is unresponsive.

Parent Topic:Configuring Interaction Management