Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

ftshwact

&pagelevel(3)&pagelevel

Note on usage

Function: Displaying the activity associated with an openFT-Script request

User group: FT user and FT administrator

Functional description

Outputs information about the individual openFT-Script requests.

Format

ftshwact -h |

[ -csv]
[ -a=<ID of the activity> | -d=<Level depth 1...> | -c=<Chapter> ]
[ -st=[W]|[R]|[T]|[F]|[K]|[D]|[C] ]
[ -u=<user ID> ]
<ftscriptid>

Description

-h

Outputs the command syntax on screen. Any specifications after -h are ignored.

-csv

The information is output in CSV format. If you do not specify -csv then the information is output in table format.

-a=ID of the activity

Only the specified activity is displayed.

You may also indicate a specific instruction in a request.

An activity's ID can be determined using a preceding ftshwact command (without the -a option). This means that you can view the status of the activity later.

-d=Level depth

Depth of the levels to be displayed.

All activities whose activity ID is not greater than the specified level number are displayed. The level number is the number of index numbers separated by dots.

Examples: from a request with activity IDs 1, 1.2, 1.2(1).1, 1.2(1).2, 1.2(2).1, 1.2(2).2 and1.3 the option -d=2 selects the activities with the activity IDs 1, 1.2 and 1.3.

-c=Chapter

Chapter corresponding to the activities to be displayed.

Those activities are output that are a level below the activity with the activity ID specified as the chapter.

In the above example, these are -c=1: 1.2 and 1.3; for -c=1.2: 1.2(1).1, 1.2(1).2, 1.2(2).1 and 1.2(2).2.

-st=[W][R][T][F][K][D][C]

Display activities with the specified status. You can specify multiple statuses one after the other, e.g. -st=WRT.

Activity 1 is always output since it displays the execution status of the entire script.

-u=user ID

User ID under which the specified request is searched for.

Only FT administrators may input a user ID.

The default value is the calling party's user ID.

ftscriptid

Identification of the openFT-Script request. This is output if the openFT-Script request is started via an ftscript command.

You must specify precisely one openFT-Script request. Wildcard syntax is not supported.