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
- Lists: Configure the interaction list view. You can also extend the interaction table. For more information about configuring lists, see Configuring lists on the ServiceNow AI Platform®.
- Forms: Configure the form view to tailor interactions for each application. For more information about configuring forms, see Configuring forms on the ServiceNow AI Platform®.
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.
| State | Description |
|---|---|
| New | An interaction is inserted into the interaction table. |
| On Hold | The interaction is waiting for assignment. |
| Work In Progress | An agent accepts an unassigned interaction. |
| Wrap Up | This 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 Complete | The interaction timed out or the agent or consumer intentionally closed the interaction. |
| Closed Abandoned | The interaction is closed because the consumer disconnects or is unresponsive. |