You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The following are the client activities you can use in your microflow or nanoflo
20
20
*[Synchronize](/refguide/synchronize/) (nanoflows only) – synchronizes data between your device and the server
21
21
*[Validation feedback](/refguide/validation-feedback/) – does a validation check, and if this check fails, it shows a message to the end-user
22
22
*[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.
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/client-activities/cancel-synchronization.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,12 @@ This activity can only be used in nanoflows.
11
11
12
12
## Introduction
13
13
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/).
15
15
16
16
## Properties
17
17
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:
The **Cancel synchronization** properties pane consists of the following sections:
@@ -24,7 +26,7 @@ The **Cancel synchronization** properties pane consists of the following section
24
26
25
27
## Action Section {#action}
26
28
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.
28
30
29
31
## Common Section {#common}
30
32
@@ -33,4 +35,4 @@ The **Action** section defines what happens when the Cancel synchronization acti
33
35
## Limitations
34
36
35
37
* 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