Hi ,
I can not add more parameters in custom workflow.
[Input("Number of Days")] public InArgument<int> numberOfDays { get; set; } [Input("Account ID")] public InArgument<Guid> AccountID { get; set; }
First input parameter I have added and works well, but when I try to add second always get a error:
I have unregistered and registered but without success.
Please help me..
Thanks in advance..
Kind regards
Martin
*This post is locked for comments