Working with Services in Tasks
IBM webMethods Designer enables you to include services in a task; these services can be invoked implicitly or as a simple task event action. Implicit service invocation is the recommended way to use services.
The Invoke Service action should be used only if:
- The service does not have any output results, or,
- The output results are not important or are not used.
An added service can be executed and used implicitly in any Assignment or Event condition or result configuration panel. When configuring a condition or result, you can select any service output result property just as you would select a Task Info or Task Data field. In this case, the service is executed automatically whenever it is referenced by the Task Engine. For more information, see Configuring Simple Task Conditions.
When executed, the service resolves all bound input parameters (if any). If these parameters changed since the last service invocation, the service updates the output results before they are used.
For more information about working with services in tasks, see: