CreateWOFromProcessAsync Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CreateWOFromProcessAsync() method creates instance data for a work order based on a specified process ID and other work order instance-specific data asynchronously. The overload of the method includes the targetScheduledLineId and queueSequenceNumber input parameters, so that it can also assign the work order to a line.
| Overload | Description |
|---|---|
| CreateWOFromProcessAsync(Int32,String,String,String,String,Double,String,Nullable<Double>,Nullable<Int32>,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String,String,String,Nullable<Boolean>,Nullable<Boolean>,Nullable<Int32>,Nullable<Int32>) | The CreateWOFromProcessAsync() method creates instance data for a work order based on a specified process ID and other work order instance-specific data asynchronously. For creating a new data entry job, see the JobExec class StartDataEntryJob() method. For adding a job to an existing work order, see the Job class Add() method. This overload of the method includes the targetScheduledLineId and queueSequenceNumber input parameters, so that it can also assign the work order to a line. For more information, see the Remarks section. |
| CreateWOFromProcessAsync(Int32,String,String,String,String,Double,String,Nullable<Double>,Nullable<Int32>,String,Nullable<DateTime>,Nullable<DateTime>,Nullable<Int32>,String,String,String,String,String,String,Nullable<Boolean>,Nullable<Boolean>) | The CreateWOFromProcessAsync() method creates instance data for a work order based on a specified process ID and other work order instance-specific data asynchronously. For creating a new data entry job, see the JobExec class StartDataEntryJob() method. For adding a job to an existing work order, see the Job class Add() method. |