HI,
I'm working with a business process, I have added a "Perfom Task" element, but I need to be able to set a custom parameter to it. The field already exists in the activity, but I'm not able to set it from them "Perfom Task" element.
Is there a way to do this?
Like
2 comments
19:54 Jan 14, 2022
Hi Bodgan, I have figured it out.
I added this code in "Advace settings" -> "After save" of "Perfom Task" element:
activity.SetColumnValue("[FieldName]", [FieldValue]));
activity.Save();
Thank you!
Show all comments