Browse Source

[DOCS] Fixes transform scheduled_now documentation (#96766)

István Zoltán Szabó 2 years ago
parent
commit
eaadf351c2
1 changed files with 6 additions and 5 deletions
  1. 6 5
      docs/reference/transform/apis/schedule-now-transform.asciidoc

+ 6 - 5
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}