formFlowTaskNotify
Service that notifies a waiting step in a task workflow that the workflow is completed.
For example, when the final task step in a task workflow completes, that step waits for notification. However, in this case there are no more steps in the workflow to notify the waiting step. You can configure a following process service activity step to call this service and pass a result to the waiting step that indicates the workflow is complete. This enables the process to execute to completion.
For more information about task workflows, see “Working with Task Workflows” in the IBM webMethods BPM Task Development Help.
Input Parameters
|
Output Parameters
None.
Usage Notes
Technically, you can also use this service within a workflow to notify a waiting task activity that the next task activity in the workflow is instantiated. However, the Java API com.webmethods.portal.service.task.ITaskFormFlowService is recommended for this task. To read the Java docs for this component, see the IBM webMethods CAF and IBM My webMethods Server Java API Reference, available from the Software AG Documentation web site under IBM My webMethods Server in the corresponding webMethods Product Suite release number.
Sample Code Available
For more information about implementing a task workflow, you can examine and deploy a sample task application, process model, and Integration Server package that support a very simple loan application process. You can find the code samples in your IBM My webMethods Server installation at: IBMwebMethods_directory/MWS/components/samples/workflow
A description of the sample code and its behavior can be found in the topic “Working with Task Workflows” in the IBM webMethods BPM Task Development Help.