Skip to main content

Manage items

Create, organize, and retire the items of your repository — everything here happens in the Model area's repository tree.

Prerequisites

  • Each action needs the matching item permission, granted on the item (or inherited from its ancestors) through repository roles: Create on the parent to add or paste items, Rename, Move, and Delete on the item itself. See Roles and Permissions.
  • What you can create also depends on your license — see the License capability matrix.

Steps

Create an item

  1. Select the folder that should hold the new item, then select Add Object — on the folder's page, at the top of the tree, or via right-click → Add Child Object.
  2. Under Select Type, pick the type. The list depends on where you are: a Process folder offers processes, the repository root offers diagrams, files, and other location-independent types — see the Enterprise object catalog.
  3. Click Continue and fill in the Details — at least a Name, optionally a Summary and type-specific fields. Check Watch this object to watch it from the start, or Create Another to keep the dialog open for the next item.
  4. Click Finish.

The Add Object dialog with the type list offered at the repository root.

Copy or move an item

Right-click the item in the tree:

  • Copy Object, then paste into the destination. Copying includes the item's children and runs as a background job for large subtrees; the copies inherit the destination's permissions.
  • Move Object to pick the new parent. An item cannot move into its own descendant or into another family's root folder.

The repository tree right-click menu with Add Child Object, Rename, Move Object, Copy Object, and Delete Object.

Create a shortcut

A shortcut is a link to another item, so the same item can appear in more than one place in the tree without being copied. Create one in the folder where the link should live:

  1. Open the destination folder and select Add Object.
  2. Under Select Type, choose Shortcut, then click Continue.
  3. Search for and select the item the shortcut points to. Select more than one item to create a shortcut to each. Optionally check Watch this object.
  4. Click Finish.

The shortcut appears in the folder with a shortcut icon, and its page shows a Shortcut tab reading "This item is a shortcut to" the target.

Disband a shortcut

Disbanding replaces a shortcut with an independent copy of the original — a quick way to start new work from an existing item, such as branching an As-Is process into a To-Be design (see Enterprise object catalog).

  1. Open the shortcut and select Disband.
  2. If the original has children, choose whether to Create shortcuts to children of the original item or Create copies of children of the original item.
  3. Confirm. Disbanding is permanent and can't be undone.

Rename an item

Right-click the item, select Rename, and enter the new name. Renaming works on one item at a time.

Work with several items at once

  • Click the Expand button above the repository tree to enter expand mode: check several items, then drag them to move (hold Ctrl to copy), or use the Move, Copy, and Delete buttons. Items you lack permission to move show no move handle. Click Collapse to leave expand mode.
  • A folder's Contains table offers the same: check several rows, then Move, Copy, or Delete.

Relate items

  1. Open the item and select its Relationships tab. Relationship types are grouped into RACI and Supports, Performance, Risks, Opportunities and Controls, and Other relationships; turn on Show empty relationship types to see types without entries.
  2. Add a relationship with the row's Add button, or drag an item from the tree onto the relationship row. In the picker's search, type part of a name — or type an object's numeric ID to jump to it, and the exact ID match is listed first, even when the name doesn't contain those digits.

Which types connect which objects is in the Object relationships reference. You can also edit RACI (Responsible, Accountable, Consulted, Informed) assignments in the RACI section of the item's primary tab.

The Relationships tab with grouped relationship types and the show-empty toggle.

Delete an item

Right-click the item and select Delete Object, then confirm. Optionally enter a deletion comment — the Recycle Bin shows it beside the item, so anyone reviewing the bin can see why it was deleted.

The item and its children go to the Recycle Bin — nothing is destroyed yet. Deleting also cancels any cycle running on the item, deactivates its relationships, and permanently deletes any shortcut pointing into it.

Deleting runs as a background job, so large deletions don't block your work — the Object Deletion job in the Status Log reports each object's result. To delete many objects a search can find, use bulk operations.

Restore or permanently delete

Deleted items stay in the Recycle Bin until someone restores them or clears it — see Restore items from the Recycle Bin.

When you link to an item from an external page — or from a Web Address object in the repository — append ?tree=show or ?tree=hide to the item's URL to decide whether the link opens with the repository tree expanded or collapsed:

https://your-instance.igrafxcloud.com/Process/GC/obj/6051?tree=hide

The parameter overrides the reader's saved tree preference for that visit; if they have no saved preference yet, it becomes their setting.

Export a diagram

Diagrams export from the diagram itself: open it, select the main menu, then Export to File — to IGXW (the native web format), Business Process Model and Notation (BPMNBPMN An ISO/OMG standard graphical notation for modeling business processes. Process360 Live uses BPMN 2.0 for design and simulation artifacts.) XML, an image, or translatable text as Excel XML.

Other object types have no export command in the UI. To retrieve object data, use the REST API; an item's history downloads as Excel from its History tab.

Limitations

  • Deleted shortcuts aren't recoverable — deleting a shortcut is permanent.
  • Any cycle running on a deleted item is permanently deleted, even if the item is later restored.