A DSL expression string evaluated by the runtime's condition interpreter. Expressions may reference state.* fields using dot-notation. Example: "state.scratch.confidence > 0.8 ? 'approve' : 'review'"
state.*
"state.scratch.confidence > 0.8 ? 'approve' : 'review'"
A DSL expression string evaluated by the runtime's condition interpreter. Expressions may reference
state.*fields using dot-notation. Example:"state.scratch.confidence > 0.8 ? 'approve' : 'review'"