Process/Definitions({FullName})/StartInstance
Simple method to start a new process instance for the specified process definition full name, without any data field values. To start a process instance with data field values, use Process/Instances/StartInstance
| Value | Notes | |
|---|---|---|
| URI | {Service Root URI}/Process/Definitions({FullName})/StartInstance?{Query Options} e.g. https://api.denallix.com:443/K2Services/REST.svc/Process/Definitions(K2%20Examples_B_Order%20Process)/StartInstance?folio=Order-K2 |
|
| Method | GET | |
| Return Type |
Process Instance Id (Long) or Failure |
|
| Return Example | <long>3</long>
|