From eaadf351c2d65a01472265f0c0275323819a366a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 12 Jun 2023 16:07:30 +0200 Subject: [PATCH] [DOCS] Fixes transform scheduled_now documentation (#96766) --- .../transform/apis/schedule-now-transform.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/reference/transform/apis/schedule-now-transform.asciidoc b/docs/reference/transform/apis/schedule-now-transform.asciidoc index 0169a86da3e0..202b2d61fc73 100644 --- a/docs/reference/transform/apis/schedule-now-transform.asciidoc +++ b/docs/reference/transform/apis/schedule-now-transform.asciidoc @@ -21,13 +21,14 @@ Instantly runs a {transform} to process data. * Requires the `manage_transform` cluster privilege. This privilege is included in the `transform_admin` built-in role. -[schedule-now-transform-desc]] +[[schedule-now-transform-desc]] == {api-description-title} -When you run this API, the {transform} processes the new data instantly, -without waiting for the configured `frequency` interval. -Subsequently, the transform will be processed again at -`now + frequency` unless the API is called again in the meantime. +When you run this API, processing for the next checkpoint is started immediately +without waiting for the configured `frequency` interval. The API returns +immediately, data processing happens in the background. Subsequently, the +{transform} will be processed again at `now + frequency` unless the API is +called again in the meantime. [[schedule-now-transform-path-parms]] == {api-path-parms-title}