Hi,
Can anyone please suggest me how to pass input parameters to a custom workflow?
I have used the following code in the custom workflow but it is not working.What should be the proper way?
[Input("Account Name")]
[Default("Test Account")]
public InArgument<string> Name { get; set; }
But when I am trying to add a step in the custom workflow and then when I look in the set properties form, I can't see any parameters there..
What am I missing??
Thanks in advance..
Dibyasingh Tripathy