Take a survey

Developing Applications Using APIs > Managing Processes and Tasks > Terminating Process Instances > Terminating process instances using the web service API

Terminating process instances using the web service API
To terminate a process instance by using the web service API, perform the following steps:
1.
2.
Using the Microsoft .NET client assembly, create a ProcessManagerService object by invoking its default constructor.
Set the ProcessManagerService object’s Credentials data member with a System.Net.NetworkCredential value that specifies the user name and password value.
3.
Terminate a process instance by invoking the ProcessManager object’s terminateProcess method and passing a string value that specifies the process invocation identifier value. This value can be obtained when invoking a process by using the Invocation API. (See Invoking a long-lived process using the Invocation API.)
View Quick Start

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/terminatingProcesses.134.4.html