Terminate the workflow execution.
export default defineComponent({ async run({ $ }) { $.flow.exit('Reason for ending the workflow'); }, });
Terminate workflow execution
The End API does not require authentication.