Copy(Int32,String,String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The Copy() method adds a new operation steps to the Oper_Step table by copying an existing operation steps from the operations in the specified process to all operations with the same operation ID in the specified target process.
For this overload of the method, the steps are specified by the the processIDs.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- processId
- Required. Holds the ID of the process to which the operations belong, for identifying the source steps.
- targetProcessId
- Required. Holds the ID of the process to which the operations belong, for identifying the target for the steps.