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: sharepoint/sharepoint-ps/sharepoint-server/Copy-SPActivitiesToWorkflowService.md
+26-20Lines changed: 26 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ schema: 2.0.0
8
8
# Copy-SPActivitiesToWorkflowService
9
9
10
10
## SYNOPSIS
11
-
Copies SharePoint 2013 workflow activities from SharePoint to Workflow Manager.
11
+
This cmdlet copies the Workflow Activities from SharePoint Server to the Workflow Manager farm. Activities are defined within Microsoft provided or custom coded assemblies.
Manages objects for the purpose of proper disposal. Use of objects, such as SPWeb or SPSite, can use large amounts of memory and use of these objects in Windows PowerShell scripts requires proper memory management. Using the SPAssignment object, you can assign objects to a variable and dispose of the objects after they are needed to free up memory. When SPWeb, SPSite, or SPSiteAdministration objects are used, the objects are automatically disposed of if an assignment collection or the Global parameter is not used.
60
+
61
+
When the Global parameter is used, all objects are contained in the global store. If objects are not immediately used, or disposed of by using the Stop-SPAssignment command, an out-of-memory scenario can occur.
57
62
58
63
```yaml
59
64
Type: SPAssignmentCollection
60
65
Parameter Sets: (All)
61
66
Aliases:
62
-
Applicable: SharePoint Server 2013, SharePoint Server 2016
67
+
Applicable: SharePoint Server 2013, SharePoint Server 2016
63
68
64
69
Required: False
65
70
Position: Named
@@ -75,7 +80,7 @@ Prompts you for confirmation before running the cmdlet.
75
80
Type: SwitchParameter
76
81
Parameter Sets: (All)
77
82
Aliases: cf
78
-
Applicable: SharePoint Server 2013, SharePoint Server 2016
83
+
Applicable: SharePoint Server 2013, SharePoint Server 2016
0 commit comments