CancelScheduledProcess
Terminates a scheduled process for locating recalled parts based on a specific request identifier.
Input
| Name | Type | Description |
| RequestId | Number | The unique identifier for the scheduled process that is being canceled, ensuring the correct process instance is targeted for termination. This identifier prevents unintended process disruptions and ensures that only the specified workflow or job is stopped. |
Result Set Columns
| Name | Type | Description |
| Result | String | The result returned after execution, indicating the outcome of the cancellation request. Possible values include 'Success' (if the process was terminated successfully) or 'Failed' (if an error occurred), along with additional details for troubleshooting. |