Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 1

From the Automation Center navigation pane, select Tasks > Stored Procedure Tasks. The Stored Procedure Tasks list displays a list of all currently defined Stored Procedure tasks.
 
Below the list, Stored Procedure Task Details for a new Stored Procedure task displays.
 
Image RemovedImage Added

Step 2

Enter/select Details for a new Stored Procedure task, using the field descriptions below as a guide.

  • Required fields display an asterisk ( * ) after the field name.
  • Default values for fields, if available, display automatically.

To display more of the Details fields on the screen, you can either:

  • Use the scroll bar.
  • Temporarily hide the list above the Details.
  • Click the  button above the list to display a pop-up version of the Details.

Step 3

Click a  button. The task is added to the database, and all buttons and tabs in the Task Details are enabled.

...

Depending on the values that you enter / select for these fields, and whether or not the Stored Procedure task has ever been launched, more (or less) fields may display. See the field descriptions, below, for a description of all fields that may display in the Stored Procedure Task Details.
 

Image RemovedImage Added

Anchor
Stored Procedure Task Field Descriptions
Stored Procedure Task Field Descriptions

...

The following Stored Procedure Task Instance Details contains information on the execution of the task shown in the Stored Procedure Task Details. 

Image RemovedImage Added

Anchor
Stored Procedure Task Instance Details Field Descriptions
Stored Procedure Task Instance Details Field Descriptions

...

Field Name

Description

Parameter Position

Position of this parameter within a list of parameters.

Anchor
Parameter Mode
Parameter Mode
Parameter Mode

Mode of this parameter.
 
Options:

  • Input
  • Output
  • Input/Output

Parameter Type

Type of parameter.
 
Options:

  • NUMERIC
  • DECIMAL
  • INTEGER
  • SMALLINT
  • FLOAT
  • REAL
  • DOUBLE
  • VARCHAR
  • BOOLEAN
  • DATE
Note

The Input for date expects a real value entered in the format below.  

  • yyyy-MM-dd
  • yyyy-MM-dd HH:mm
  • yyyy-MM-dd HH:mm:ss
  • yyyy-MM-dd HH:mm Z
  • yyyy-MM-dd HH:mm:ss Z
  • yyyy-MM-dd HH:mm:ss.SSS
  • yyyy-MM-dd HH:mm:ss.SSS Z

Variables are supported as well.


  • TIME
  • TIMESTAMP
  • BIGINT
  • VARBINARY

Value is Null

If Parameter Mode = Input or Input/Output; Value for the parameter is a database NULL value; applies to the input part of a stored procedure parameter. That is, if a value in a database is undefined, it is NULL, which means it has no set value. An input value can be NULL and is represented by selecting Value is Null.

Input Value

If Parameter Mode = Input or Input/Output; Input value of the parameter (up to a maximum of 4000 characters), if any.

Description

Description of this parameter.

Variable Scope

If Parameter Mode = Output or Input/Output; applies to parameters associated with a task in a workflow. Scope of the variable to assign the Output value.
 
Options:

  • Self
  • Parent
  • Top Level Parent
  • Global

Variable Name

If Parameter Mode = Output or Input/Output; name of variable to assign the Output value.

...