86 packages tagged with “Activities”
Provides HTTP activities to listen for and send out HTTP requests.
Content dashboard for Umbraco
Contains all assemblies required to use the Kentico API in class libraries developed for ASP.NET MVC 5 applications. Does not include content items or other modifications intended for the MVC web application itself.
Contains assemblies and content items required to integrate Kentico into ASP.NET MVC 5 applications.
Contains all assemblies required to use the Kentico Xperience API in class libraries developed for ASP.NET MVC 5 applications. Does not include content items or other modifications intended for the MVC web application itself.
Provides a SendEmail activity that lets you send emails from a workflow.
Contains assemblies and content items required to integrate Kentico Xperience into ASP.NET MVC 5 applications.
Windows Workflow Foundation integration into ApplicationInsights.
Windows Workflow Foundation activities
Workflow Activities Viewer is used to see the code activities dependencies visually. That is, when you select a code activity, you will see what workflows execute this code activity.
Microsoft Service Fabric infrastructure for running Windows Workflows within an Actor.
Provides activities to save and load files to and from a confogurable storage provider.
Package Description
Kentico.Activities.Web.Mvc contains API for logging external search and page related activities in MVC applications.
A set of useful basic acticities. Efficient and easy to use.
Kentico.Activities contains API for tracking user sign-in, registration, and other on-line marketing activities that are not logged automatically on web applications that access Kentico externally.
Temporal workflow and activity contracts for distributed workflow processing system with support for multiple workflow types including Real Estate Ingestor (REI), Real Estate Processor (REP), and Payload Transformer (PT) services. Includes Temporalio.Extensions.Hosting for seamless .NET dependency injection integration.
Provides activities to interact with sql databases.
UiPath activities for working with PDF files
This library facilitates emitting of activities.
Provides client implementations for interacting with PostgreSql databases.
This package provides an attribute that you can apply to your DotNetActivity. You specify the location of the pipeline which your custom activity is run from and the name of the activity in the pipeline. The activity is then de-serialized into an object which you can use to easily debug your custom activity in the context of the pipeline it is found in. This package comes with a base class which you inherit instead of implementing IDotNetActivity. This abstract bass class is called CustomActivityBase, it implements IDotNetActivity and has a number of methods that simplify getting information from the ADF Json files. How to use: 1. Inherit from the abstract bass class called CustomActivityBase. 2. Implement the method RunActivity. This method calls the execute method internally. The arguments for this method are exposed as public properties on the base class: LinkedServices, Datasets, Activity, and Logger. 3. Add the CustomActivity attribute to the RunActivity method and specify the relative location from the custom activity project to the pipeline file and the name of the actviity you wish to target. Optionally the name of the deployment config file to use e.g. [CustomActivity(ActivityName = "KickOffSproc", PipelineLocation = @"..\DataFactoryApp\PipelineBlobSample.json", DeployConfig = "Dev.json")] 4. Run the custom activity as if it were a unit test.