Instantiate an Assembly Class in Workflow
- Last UpdatedJul 25, 2023
- 1 minute read
To instantiate a class in a workflow, use the Start activity and SOA Object Instances property. This will provide you the interface to create an instance of a class for further use in a workflow. You can create multiple instances of a class if required.
To instantiate an assembly class
-
Design a workflow.
-
Right-click the Start activity, and then click Activity Properties.
-
Click SOA Object Instances to set the property. See SOA Object Instances for more details.