Tools::JobTicket |
Description |
Use this plugin to
read, write, add or remove variables from an ascii ticketfile. For each
option a maximum of 5 variables can be configured. Use the "Clear" button
to clear the configured variable (= not use anymore). The "Interactive"
option can be used to manipulate the variables in realtime.
The
tickfile must have the following
format:
{variablename}:{value} {variablename}:{value} ...
Example:
%Username:testuser %Password:testpwd
NOTE:
variable names are case-sensitive!
READ: the specified variable
will be searched for in the ticketfile and the content of the variable
will be stored in the specified local, global or user-defined
variable. WRITE: the value of the variable will be saved to the
ticketfile. Note that the variable must already exist in the
ticketfile! ADD: add a new variable wit the specified value to the
ticketfile. REMOVE: remove the specified variable from the
ticketfile.
The following
variables are always available in "WEB" mode:
$Timestamp |
The timestamp of the
submitted ticket |
$Username |
The login username of the
user who submitted the
ticket |
|
File |
|
Options |
Jobticket |
The
ascii-format jobticket file. |
READ |
Jobticket Variable
Name |
The name of
the variable to read from the ticketfile. |
Variable
Name |
The
user-define variable to store the ticket variable-value
in. | |
WRITE |
Jobticket Variable
Name |
The name of
the variable to update in the ticketfile (must exist in
ticketfile). |
New Value
|
The value
of the variable. | |
ADD |
Jobticket Variable
Name |
The name of
the variable to add to the ticketfile. |
Value
|
The value
of the variable. | |
REMOVE |
Jobticket Variable
Name |
The name of
the variable to remove from the
ticketfile. | |
INTERACTIVE |
Read,
Write, Add or Remove variables in realtime. |
Database/WEB |
|
Options |
Jobticket |
The
name of the jobticket. |
TicketID |
The
variable which will contain the unique jobid of the ticket
job. |
Feedback |
The
message that will be displayed on the tracking web page where the job was
submitted. |
Close Ticket
|
When
checked, the job will get the status "done" which will indicate the job is
finished. Use this when the workflow is done processing this
job. |
READ |
Jobticket Variable
Name |
The name of
the variable to read from the ticket job. |
Variable
Name |
The
user-define variable to store the ticket variable-value
in. | |
WRITE |
Jobticket Variable
Name |
The name of
the variable to update in the ticket job. |
New Value
|
The value
of the variable. | |
Send File
|
File to upload to
WEB |
The file you
want to upload to the webform. |
File description
|
The
description of the file (will be displayed on the
webform). |
WEB root-directory
|
The
root-directory of "Integration Toolweb". Typically this is
"c:\inetpub\wwwroot\Integration
Toolweb". | |