You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Bug: Activating ProcessStep function does not work if multiple functions implemented
.Net: Bug: Activating ProcessStep function does not work if multiple functions implemented
Apr 27, 2025
Whatever the right event might be, the framework MUST NOT THROW in this case. The argument functionName specifies the function which should be invoked. @feiyun0112 I'm not looking for a workaround, which might be a different event or simply commenting out the second function.
I guess this is the bug, which needs to be fixed or some special feature, who knows.
Hi all,
I'm using the C# process framework. Have implemented a ProcessStep class, which has two functions.
Getting the following error:
I have activated the function by specifying the name:
How to repro?
Implement a class with two functions:
The text was updated successfully, but these errors were encountered: