The stepprocessors command displays step processor configurations.
A step processor is used to complete a step in a workflow. A launch processor is designed specifically to launch a workflow. Several step processors and launch processors are provided that you can use as configured. Optionally, a developer can modify these preconfigured step processors or create additional ones.
The syntax varies depending on the action you choose to perform.
Action to perform | Syntax |
---|---|
view a step processor | stepprocessor v <search_by> <processorID>|<processortype> |
Parameter | Description |
---|---|
search_by | Specifies the means you want to use to display step processor information. Enter "t" to search by step processor type, or "i" to search by step processor ID. The default value is "i". |
processorID | An integer value that uniquely identifies the step processor. |
processortype | Identifies the entry as either a step processor or launch
processor, and as Java or HTML. In addition, you can identify one
of each type as the default processor for the step or launch step.
Valid types are:
|
In addition to the above information, this command displays the following information:
Information | Description |
---|---|
Name | Identifies the step processor or launch processor. |
Width | An integer value that specifies the width, in pixels, of the processor display window. |
Height | An integer value that specifies the height, in pixels, of the processor display window. |
JavaExtra | The package name of the Java application associated with a Java-based processor. This value does not apply to HTML-based processors. |
Paths | Specifies the location on the Application Engine server where the processor web page resides. The path is relative to the default step or launch processor location. |