InterviewSolution
Saved Bookmarks
| 1. |
Which Work Engine Api Should You Use To Begin Execution Of An Activity? |
|
Answer» StartProcess, The StartProcess API begins the EXECUTION of an activity. The CreateProcess API creates a NEW runtime process for an ITEM. The ResumeProcess API resumes a suspended item. The BeginActivity determines if the specified activity may currently be PERFORMED on the item. StartProcess, The StartProcess API begins the execution of an activity. The CreateProcess API creates a new runtime process for an item. The ResumeProcess API resumes a suspended item. The BeginActivity determines if the specified activity may currently be performed on the item. |
|