Get Verb

Retrieves the verb for the current business object.

Inputs

Business object
The current business object (a BusObj object).

Output

Returns a String that contains the name of the business object's verb.

Notes

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.

Related information

This function block is based on the BusObj.getVerb() method. For more information, see getVerb().

Copyright IBM Corp. 2004