Call Method Activity
The Call Method activity allows you to use a call method from a service provider to access information in other areas of the application.
The outputs of the call method are available as variables to the rest of the workflow. For example, you can call a method in the production model to get the current status of a work request.
Input and Output Parameters
After selecting a call method from the Configure Method dialog box, configure the input and output parameters. You can bind workflow level variables to the inputs. Output parameters can be bound to local variables or output parameters of parent activities, and the values will be written to those variables when the method executes.
Enforce User Permissions
- Manual Start is set to True.
- A Form activity is used before the method call.