UkrGuru.WebJobs
5.0.3
dotnet add package UkrGuru.WebJobs --version 5.0.3
NuGet\Install-Package UkrGuru.WebJobs -Version 5.0.3
<PackageReference Include="UkrGuru.WebJobs" Version="5.0.3" />
paket add UkrGuru.WebJobs --version 5.0.3
#r "nuget: UkrGuru.WebJobs, 5.0.3"
// Install UkrGuru.WebJobs as a Cake Addin #addin nuget:?package=UkrGuru.WebJobs&version=5.0.3 // Install UkrGuru.WebJobs as a Cake Tool #tool nuget:?package=UkrGuru.WebJobs&version=5.0.3
UkrGuru.WebJobs
The UkrGuru.WebJobs package is a Scheduler and N-Workers for any base( or custom) Actions in .NET apps. Supports CRON expressions in Rules. Supports polymorphism for Action/Rule/Job parameters and transferring the result of the Job to the next Job, based on the results of the current Job. Uses UkrGuru.SqlJson to quickly run stored procedures on sql server.
Standard Actions:
- DownloadPage - download the page and save the result to WJbFiles table for further processing.
- FillTemplate - fill the template with your variable values and stored result in a variable for further processing.
- ParseText - parse the text by goals into a variable in json format for further processing.
- ProcItems - processing for each(or selected) item of the file.
- RunApiProc - run sql server stored procedure throught ApiHole and stored result in a variable for further processing.
- RunSqlProc - run sql server stored procedure and stored result in a variable for further processing.
- SendEmail - send email via your smtp settings.
- SSRS.ExportReport - export the SSRS report in any valid format to the WJbFiles table.
ClosedXML Actions:
- ImportFile - import Excel Sheet into WJbItems table.
CsvHelper Actions:
- ImportFile - import CSV file into WJbItems table.
MailKit Actions:
- ReceiveEmails - receive emails from the mailbox in WJbFiles, then creates a WJbQueue record with the result for further processing.
SshNet Actions:
- GetFiles - download files from remote directory to WJbFiles table with SFtpClient.
- PutFiles - upload files from WJbFiles to SFTP remote directory with SFtpClient.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.1)
- UkrGuru.SqlJson (>= 9.0.3)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on UkrGuru.WebJobs:
Package | Downloads |
---|---|
UkrGuru.WebJobs.Actions.ClosedXML
UkrGuru.WebJobs.Actions.ClosedXML is additional actions for UkrGuru.WebJobs package. Created on base ClosedXML package for processing files in Excel format. |
|
UkrGuru.WebJobs.Actions.CsvHelper
UkrGuru.WebJobs.Actions.CsvHelper is additional actions for UkrGuru.WebJobs package. Created on base CsvHelper package for processing files in CSV format. |
|
UkrGuru.WebJobs.Actions.SshNet
Package Description |
|
UkrGuru.WebJobs.Actions.MailKit
UkrGuru.WebJobs.Actions.MailKit is additional actions for UkrGuru.WebJobs package. Created on base MailKit package for receive emails from the mailbox. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.3 | 87 | 10/11/2024 |
5.0.2 | 99 | 8/29/2024 |
5.0.0-beta4.0 | 52 | 6/14/2024 |
4.6.7 | 3,642 | 11/6/2023 |
4.5.6 | 720 | 10/25/2023 |
4.5.5 | 486 | 10/24/2023 |
4.5.2 | 781 | 10/9/2023 |
4.5.1 | 487 | 10/7/2023 |
4.5.0 | 565 | 8/8/2023 |
4.4.0 | 617 | 7/6/2023 |
4.1.2 | 536 | 4/29/2023 |
4.1.1 | 652 | 4/20/2023 |
4.1.0 | 747 | 4/13/2023 |
4.0.3 | 743 | 2/22/2023 |
Up to last UrkGuru.SqlJson version.