conductor-sdk / conductor-csharp

The conductor-csharp repository provides the client SDKs to build task workers in C#
Apache License 2.0
41 stars 16 forks source link

Changes to support methods with worker attributes. #116

Closed Chaithra-07 closed 6 months ago

Chaithra-07 commented 6 months ago

This changes includes:

  1. InputParam and OutputParam attribute
  2. Worker execute method implementation
  3. Testcases to verify the attribute changes.

closes #107