Project Structure
Statements
Statement definitions allow you to group clauses so that they can be re-ordered, in terms of execution, in relation to other statements.
Overview
Here's an example statement definition:
{
id: "statement-uuid",
data: [
"clause-uuid-1",
"clause-uuid-2"
]
}
You can review the full Statements API specification here.