Skip to content

Deployment Item Management in the Factory Manager

Johannes Heucher edited this page Oct 12, 2022 · 3 revisions

Deployment Items are managed inside the Deployment Items section of the Xyna Factory Manager.

Table of Contents

List Deployment Items

The overview shows all Deployment Items. It supports filtering by type, name, state, open task and tags. The Workspace or Application can be selected above the table on the right.

Deployment Item Details

Open the Deployment Item Details by selecting a Deployment Item. The detail area provides the following informations:

Type
Possible types are DataType, ExceptionType, Workflow and OrderInputSource.
Name
Fully qualified name of the Deployment Item.
Workspace / Application
Runtime Context of the Deployment Item.
Label
Label of the Deployment Item.
Deployment State
  • State:
    • SAVED: The XMOM Object is not deployed and can't be executed.
    • DEPLOYED: The XMOM Object is deployed and has no changes. It is executable at any time.
    • CHANGED: The XMOM Object is deployed but has changes, that will require another deployment to take effect. It is executable at any time with its modeled behaviour at the time of the last deployment.
    • INVALID: The XMOM Object is deployed but requires other XMOM Objects, that have changes in there interface towards this XMOM Object. This XMOM Object is executable but there will be problems at runtime.
    • BROKEN: This XMOM Object is not deployable. Due to code-level problems inside this XMOM Object another deployment is impossible without changing source code, e.g. of some Coded Service. View the error details for further hints.
  • State Changed: Timestamp of the last change in state.
  • By: User who made the last state change.
  • Modified: Timestamp of the last time, this object was saved.
  • By: User who made the last modification.
  • Locked by: User who is making changes and has locked the XMOM Object.

Deployment Item Actions

With Select All, all Deployment Items can be selected for (un)deployment or deletion.

Remove a Deployment Item

Remove a Deployment Item by clicking the Delete button at the end of the Deployment Item table entry. Or select the Deployment Item and click Delete below the table. Confirm the deletion with Yes.

Deploy a Deployment Item

To deploy a Deployment Item select it and click Deploy below the table. Confirm the Deployment with Deploy. For Undeployment click Undeploy below the table.

Test a Workflow

If the Deployment Item is a Workflow, the Test button below the table opens the Workflow Tester.

Clone this wiki locally