uSync.Automate.Actions.Complete 17.0.0-beta1

This is a prerelease version of uSync.Automate.Actions.Complete.
dotnet add package uSync.Automate.Actions.Complete --version 17.0.0-beta1
                    
NuGet\Install-Package uSync.Automate.Actions.Complete -Version 17.0.0-beta1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uSync.Automate.Actions.Complete" Version="17.0.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="uSync.Automate.Actions.Complete" Version="17.0.0-beta1" />
                    
Directory.Packages.props
<PackageReference Include="uSync.Automate.Actions.Complete" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add uSync.Automate.Actions.Complete --version 17.0.0-beta1
                    
#r "nuget: uSync.Automate.Actions.Complete, 17.0.0-beta1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package uSync.Automate.Actions.Complete@17.0.0-beta1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=uSync.Automate.Actions.Complete&version=17.0.0-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=uSync.Automate.Actions.Complete&version=17.0.0-beta1&prerelease
                    
Install as a Cake Tool

uSync.Automate.Actions.Complete

Umbraco.Automate actions and triggers for uSync.Complete:

  • Actions - push or pull content/media to another server, by item key, from a dropdown of the two supported entity types (uSyncComplete.push, uSyncComplete.pull); push or pull a settings item - document type, data type, template, member, or a third-party entity type - by UDI entity type and key (uSyncComplete.pushSettings, uSyncComplete.pullSettings); or take a restore point (uSyncComplete.createRestorePoint).
  • Triggers - start a workflow when this site finishes receiving a push/pull from another server (uSyncComplete.publishReceived).

Requires a licensed uSync.Complete (specifically uSync.Publisher and uSync.Expansions.Core) alongside uSync.Automate.Actions - this package depends on it for the shared operation gate and the "triggered by another automation" setting, and won't do anything useful without uSync.Complete installed too.

Blocking behaviour

Every action in this package runs inline - the workflow step blocks until the pipeline finishes. A push of a large content tree can take minutes; size your workflow's step timeout accordingly.

The trigger only fires on the receiving side

uSyncComplete.publishReceived wraps uSync.Complete's own completion notification, which is only raised by the server receiving a push or pull, once it's finished applying it. The sending side doesn't get this trigger - it already has the outcome directly, as the result of the uSyncComplete.push/uSyncComplete.pull action that started the operation.

Loop protection

Applying an incoming push/pull can fire thousands of Umbraco content-saved notifications, which can in turn trigger Automate content automations. If those automations call back into a push/pull of their own, the two servers can cascade into each other. This package guards its own action against a concurrent local uSync operation (sharing the gate uSync.Automate.Actions uses for local imports/exports), and its trigger defaults to skipping automation-originated events - see uSync.Automate.Actions' own readme for the wider loop-protection guidance and its limits.

License

MPL-2.0

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0-beta1 33 8/13/2026