Siebel Object Types Reference > Siebel Object Types >

Task Event IO Argument


Siebel Object Types > Task > Task Event > Task Event IO Argument

Task Event IO Argument defines the input arguments to the event handlers. The object is used for configuring both the input and output arguments of the event handler. When the Input/Output flag is set to Input, an input argument name of the event handler, whichever type being configured in the parent Task Event object, should be entered into the Argument property. When the Input/Output flag is set to Output, an output argument name of the event handler should be entered into the Argument property.

Task Event defines event handlers for certain task events, i.e., Cancel, Delete, Pause, and Resume. In other words, Task Event defines what actions to take when such task events occur.

Properties
Property
Description/Usage
Valid Values/Examples

Argument (O)

The name of the output argument of the Workflow or Business service called by the event handler.

This property should be left empty for input arguments.

 

Business Component

The name of the business component within the business object of the task. This is a required field when the Type is set to Business Component.

 

Business Component Field

The name of a field within the business component. This is a required field when the Type is set to Business Component.

The dropdown list displays all fields defined for the selected business component.

Input/Output (R)

Flag that indicates whether the argument is an input argument or an output argument.

Input — input argument

Output — output argument

Name (S)

For input arguments, specify the input argument name of the business service method.

For output arguments, this property should be left empty. A unique name is generated by the system.

If a Workflow process is chosen as the event handler, the value of this property should be either RowId or ProcessName.

Parent Name (S)

Name of the parent Task Event object.

 

Preferred Sequence (O)

Evaluation sequence of the argument.

Currently, evaluation sequence is not supported for this object, and the property is being ignored.

Non-negative integer values.

Property Name

The name of the task property that is referenced in the argument. This is a required field when the Type is set to Task Property.

The drop-down list includes all task properties of the task.

Type (R)

The type of the argument.

Business Component, Literal, Expression, Task Property

Value (O)

This property stores a literal value or expression when the Type is set to Literal or Expression.

 

See Also

Task
Task Event

Siebel Object Types Reference Copyright © 2006, Oracle. All rights reserved.