Using one Delegate Twice

Hello, can i use delegate twice in a procces, with just different id?

Hello @lanak ,

yes, this is actually a common pattern for reusability.

You reference the delegate with a class name or an expression. Just copy this and paste it where you want to use it.

Pro tip: If you want to parameterize the delegate, you can use input variables for example.

I hope this helps

Jonathan

1 Like