Skip to content

Commit 9ef890e

Browse files
committed
Tech writer's review
1 parent dd1d9ac commit 9ef890e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following are the client activities you can use in your microflow or nanoflo
2020
* [Synchronize](/refguide/synchronize/) (nanoflows only) – synchronizes data between your device and the server
2121
* [Validation feedback](/refguide/validation-feedback/) – does a validation check, and if this check fails, it shows a message to the end-user
2222
* [Clear from device](/refguide/clear-from-device/) (nanoflows only) – clears all objects of an entity only from the local database of the device
23-
* [Cancel synchronization](/refguide/cancel-synchronization/) (nanoflows only) – Cancels the running synchronization.
23+
* [Cancel synchronization](/refguide/cancel-synchronization/) (nanoflows only) – cancels the running synchronization.
2424

2525
## Read More
2626

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/cancel-synchronization.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ This activity can only be used in nanoflows.
1111

1212
## Introduction
1313

14-
The **Cancel synchronization** activity cancels a running synchronization. You can trigger another synchronization later. For synchronization behavior, see [Synchronize](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/).
14+
The **Cancel synchronization** activity cancels a running synchronization. You can trigger another synchronization later. For more information on the synchronization behavior, see [Synchronize](/refguide/mobile/building-efficient-mobile-apps/offlinefirst-data/synchronization/).
1515

1616
## Properties
1717

18+
There are two sets of properties for this activity, those in the dialog box on the left, and those in the properties pane on the right:
19+
1820
{{< figure src="/attachments/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/cancel-synchronization/cancel-synchronization-properties.png" class="no-border" >}}
1921

2022
The **Cancel synchronization** properties pane consists of the following sections:
@@ -24,7 +26,7 @@ The **Cancel synchronization** properties pane consists of the following section
2426

2527
## Action Section {#action}
2628

27-
The **Action** section defines what happens when the Cancel synchronization activity is executed. This parameter specifies that the running synchronization process will be cancelled.
29+
The **Action** section of the properties pane shows the action associated with this activity. It defines what happens when the **Cancel synchronization** activity is executed and specifies that the running synchronization process will be cancelled.
2830

2931
## Common Section {#common}
3032

@@ -33,4 +35,4 @@ The **Action** section defines what happens when the Cancel synchronization acti
3335
## Limitations
3436

3537
* If the synchronization is in a step that applies file-related changes, it is not canceled to avoid leaving the system in an inconsistent state.
36-
* If the synchronization is already in the final steps, cancellation is not applied because most processing is already complete, so it is allowed to finish.
38+
* If the synchronization is already in its final steps, cancellation is not applied because most of the processing is already complete. The process is therefore allowed to finish.

0 commit comments

Comments
 (0)