seconds timezone DateTime and Interval Functions

22-22 Modeling and Implementation Guide for Oracle Business Process Management Signature: bpmn:getActivityInstanceAttributeactivityName, attributeName Arguments: activity name - The name of the activity that contains the activity instance attribute. attributeName - The name of the activity instance attribute for which you want to find out the value. Examples: bpmn:getActivityInstanceAttributeuserTask, priority bpmn:getActivityInstanceAttributeuserTask, title

22.13.2 getDataInput

Returns the value of a specific input argument in a data association. Signature: bpmn:getDataInputdataInputName Arguments: dataInputName - String that contains the name of the data input argument. Examples:

22.13.3 getDataObject

Returns the value of a specific data object. Signature: bpmn:getDataObjectdataObjectName Arguments: dataObjectName - String that contains the name of the data object whose value you want to obtain. Examples: bpmn:getDataObjectdiscount bpmn:getDataObjectapproveTermsOutcome

22.13.4 getDataOutput

Returns the value of a specific data output argument in a data association. Signature: pmn:getDataOutputdataOutputName Arguments: dataOutputName - String that contains the name of the data output argument. Writing Expressions 22-23 Examples:

22.13.5 getGatewayInstanceAttribute

Returns value of a specific activity instance attribute in a gateway. See Section 8.4, Introduction to Activity Instance Attributes for more information about the supported activity instance attributes for gateways. Signature: bpmn:getGatewayInstanceAttributegatewayName, attributeName Arguments: gatewayName - String that contains the name of the gateway that contains the attribute whose value you want to obtain. attributeName - String that contains the name of the attribute whose value you want to obtain. Examples:

22.13.6 getProcessInstanceAttribute

Returns value that corresponds to a process activity instance attribute. See Section 8.4, Introduction to Activity Instance Attributes for more information about the supported activity instance attributes. Signature: bpmn:getProcessInstanceAttributeattributeName Arguments: attributeName - String that contains the name of the process instance attribute whose value you want to find out. Examples: bpmn:getProcessInstanceAttributeowner