|
Prerequisite
|
|---|
String pmProcessId = 'process_id';// Process Name: <Demo PM Process>
SVMXC.APE_ProcessLauncher apeProcess = new SVMXC.APE_ProcessLauncher();
apeProcess.setProcessIdentifier(pmProcessId);
apeProcess.startPMProcess();
String pmProcessId = 'process_id';// Process Name: <Demo CB PM Process>
SVMXC.APE_ProcessLauncher apeProcess = new SVMXC.APE_ProcessLauncher();
apeProcess.setProcessIdentifier(pmProcessId);
apeProcess.startCBPMProcess();
|
Parameter
|
Description
|
||
|---|---|---|---|
|
pmProcessId
|
Enter either Salesforce ID or PM Process ID of the PM Process you want to run. You must provide this value for the pmProcessId parameter after the equal sign in the above script.
|
||
|
Process Name
|
Enter the name of the PM Process.
|