InterviewSolution
Saved Bookmarks
| 1. |
Node names and transitions must be conform to the following pattern =[a-zA-Z][-_a-zA-Z0-0]*=, of up to __________ characters long.(a) 10(b) 15(c) 20(d) 25 |
|
Answer» Right option is (c) 20 The best I can explain: Action nodes trigger the execution of a computation/processing task. |
|