Skip to main content

Confirm

Category: User Interface Confirm block screenshot

Shows a confirmation dialog and returns true or false depending on the user's choice. Shows a confirmation dialog. It waits indefinitely for the user to decide. Returns true for OK and false for Cancel.

Inputs

InputRequiredValue KindTypesEnum Values
messageyesexpressionstring, number, boolean, reference, array

Notes

No additional notes are available yet.

See Also

Examples

Experimental Whole-Transcript JSON Proofread Shape

Demonstrates the safe bounded askAgent handoff pattern: export, structured Workflow AI call, schema validation, confirmation, and import. The whole-Premiere-transcript-JSON proofreading roundtrip is experimental and is not a recommended production proofreading workflow.

kind: Recipe · format: runtime-dsl · validation: Schema only

Topics: workflow ai, askAgent, structured output, transcript, transcript proofreading, experimental

Source: recipes/ex-semantic-proofread-selected-clip-transcript-with-workflow-ai.json

Download JSON

Render Active-Sequence Frames At Equal Distances To Fixed Folder

Exports a small evenly spaced set of `.png` frames across the active sequence to a fixed folder path, so visual timeline sampling can be runtime-validated deterministically.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: frame export, visual probing, timeline sampling, runtime validation

Source: patterns/ex-sequence-render-active-sequence-frames-equal-distances-fixed-folder.json

Download JSON