Workflows are the core of Inquira. They are the building blocks of your Inquira agent.
A workflow is like a map that guides your AI agent through conversations. Think of it as a flowchart where each step represents what the agent should say or do next.
A state is a collection of nodes that are connected by edges. States are used to organize longer conversations.Consider each state as a seperate objective of the conversation.For each state you can define a state prioritiy of None, Secondary or Primary.
If a state has a Primary priority and that state is never reached in a call then we consider the call to be failed.