Hi Developers,
I'm struggling with bit of code. I guess the answer is obvious for many.
In code activity, I just want to send a variable content to an other process using a flag, here is my code.
string strVMaxActions="aaa";
List FlagListV = strVMaxActions.Split(',').ToList();
Mstm.RaiseFlag(Flags.flgAlerteAction,ProcessContext.FolderId,FlagListV);
I just can't fix it.
Anyone got an example to provide ?
Many thanks,
Pierre