Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Mkatari3700
Copy link
Contributor

Changes to address the following

  1. Added new HumanTaskResourceAPI
  2. Added test case sample for human task (one get call)
  3. Added constants file

Copy link
Contributor

@v1r3n v1r3n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some minor comments with method names and internal methods that we should not expose in the sdk.

/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="_100"></param>
/// <returns>Dictionary&lt;string, Object&gt;</returns>
Dictionary<string, Object> BackPopulateFullTextIndex(int? _100);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can remove this API -- this is only for some maintenance

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="taskId"></param>
/// <returns>HumanTaskEntry</returns>
HumanTaskEntry GetTask1(string taskId);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this as GetTask

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed

/// <exception cref="ApiException">Thrown when fails to make API call</exception>
/// <param name="_100"></param>
/// <returns>Task of Dictionary&lt;string, Object&gt;</returns>
System.Threading.Tasks.Task<Dictionary<string, Object>> BackPopulateFullTextIndexAsync(int? _100);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this method.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@v1r3n v1r3n merged commit d214c4b into conductor-oss:main Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants