Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Inputs and Outputs

Some Server stages support multiple input and output links while their Parallel equivalent stages do not. In these cases S2PX will

Mode

Server Design

Generated Parallel Equivalent

Stage Names

Link Names

Single Read

Stage with a single output link

The generated Parallel stage uses the same name as the original Server stage.

The generated Parallel stage link uses the same name as the original Server stage link.

Duplicate Read

Stage with multiple output links

The generated Parallel stages will be named using the format: Read_[LINK_NAME]

The generated Parallel stage links uses the same name as the original Server stage links.

Single Write

Stage with a single input link

The generated Parallel stage uses the same name as the original Server stage

The generated Parallel stage link uses the same name as the original Server stage link.

Duplicate Write

Stage with multiple input links

The generated Parallel stages will be named using the format: Write_[LINK_NAME]

The generated Parallel stage links uses the same name as the original Server stage links.

Stages to Containers

Where a Server Stage is rendered as multiple Parallel Stages then the Server Stage will be rendered as a Local Container with the aim of keeping the appearance of generated Parallel canvas as close to that of the original Server job as possible.

  • No labels