The Integration activity provides a way to use a Web service to process workflow data. For detailed information about using the Integration activity, see Section 8.0, Working with Integration Activities.
The Integration activity has the following properties.
Table 7-26 Integration Activity Properties
Property Name |
Description |
---|---|
|
Provides a name for the activity. |
|
Specifies a WSDL file for the Web service to be used in the Integration activity. After it is specified, the WSDL is incorporated into the provisioning request definition file. When you select a WSDL file, a dialog box is displayed that you use to select the Web service port type and operation that you want to use in the Integration activity. |
|
Specifies a dynamic expression that defines the period of time allotted for the Integration activity to complete. The timeout interval applies each time the activity is executed by the addressee. For details on building ECMA expressions, see Section 9.0, Working with ECMA Expressions. For descriptions of the system variables available in a workflow, see Section 6.5.3, Understanding Workflow Data. |
|
Specifies the number of times to retry the activity in the event of a timeout. When an activity times out, the workflow process can try to complete the activity again, depending on the retry count specified for the activity. If the last retry times out, the activity can be marked as success, fault, error, or timed out, depending on the final timeout action specified for the activity. |
|
Determines the final state of the request in the event that the Integration activity times out. The choices are
|
To bind the data items associated with the Integration activity, you define pre-activity and post-activity mappings. The pre-activity mappings map values retrieved from the flowdata object to attributes in the Input message for the Web service that will be accessed by the Integration activity. The post-activity mappings map the response from the Web service back into the flowdata object. For more information about data item mapping for Integration activities, see Section 8.3, Moving Data to and from the Integration Activity.
Table 7-27 Integration Activity Data Item Mappings
Not supported with this activity.