A developer is modifying a workflow which contains several Invoke Method activities. What is an attribute of the Invoke Method activity?

image
A developer is modifying a workflow which contains several Invoke Method activities. What is an attribute of the Invoke Method activity?

Hi @Roy0909

Welcome to Community,

The answer to this question is option B

Because, The InvokeMethod activity is another way to implement a code which is outside of the standard built-in activities. You can use this activity to invoke a method of a class.

The class does not need to be part of the workflow or use any of the workflow base classes. The InvokeMethod calls a public method of a specified object or type.

Please have a look,

Thanks