Retrieves the verb for the current business object.
Returns a String that contains the name of the business object's verb.
This function block is useful for scenarios that handle multiple types of incoming events. The first action node in a scenario calls Get Verb. The outgoing transition links from that action node then test the contents of the returned string, so that each outgoing transition link is the start of an execution path that handles one of the possible verbs.
This function block is based on the BusObj.getVerb() method. For more information, see getVerb().