Generate Yearly Report - Performer (100% Score) - 2022

Опубликовано: 31 Октябрь 2024
на канале: Coding Module
12,392
75

Generate Yearly Report - Performer

Check documentation here: https://github.com/happycodingandlife...

We will now build the second project of the Generate Yearly Report exercise, the Performer. This project will process the work items sent to the Orchestrator Queue by the Dispatcher project.

In this video, we will create and setup the performer project. Then we will build the firs workflow, the System1 Get Client Details.

Syntax:
VendorInformation.Substring(VendorInformation.IndexOf(“TaxID: “) + “TaxID: “.Length).Split(Environment.NewLine.ToCharArray)(0)