Skip to content

Order Type

Torben Siegismund edited this page Oct 4, 2023 · 3 revisions

The Order Type is the most important property of a Xyna Order because it controls what the order does at runtime and how. An Order Type belongs to a Runtime Context. It is represented by its unique (per Runtime Context hierarchy) name.

Workflows are never executed without a Xyna Order and thus with the corresponding Order Type.

Table of Contents

Order Type Properties

The following properties can be configured for each Order Type:

Default Order Types

Each Workflow has a corresponding Default Order Type. It is an automatically created Order Type that has the Workflow set as its Execution Destination.

Management

Order Types can be viewed and managed by the CLI or inside the ''Order Types'' section of the Xyna Factory Manager.

Migration

Order Types and their configuration can be copied from one Application version to another via the CLI:

 ''./xynafactory.sh '''copyordertypes''' -applicationName <arg> -sourceVersion <arg> -targetVersion <arg>

See Also

Clone this wiki locally