# Working with processes

A process is a robot operation scenario assembled from elements. The process type used is a sequence. A sequence is a process that has the form of a cascade algorithm formed from the elements that are executed sequentially.

To create a new sequence, select the folder where such a sequence will be created on the Project panel and click the "Create Process" button ![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-3b993b1b4745ca72a0eb191ae618cec4896f245d%2F0%20\(38\).png?alt=media). In the appeared dialog it is necessary to specify the name of the sequence with the obligatory .ltw extension, the type (Sequence, Diagram or Only code) and the language (C#, Python или JavaScript).

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-39246a940569a0f4714c7a457a58ad3813f810ce%2F1%20\(51\).png?alt=media)

**Attention! Due to different approaches to data typization in C#, Python, and Javascript we do not recommend using different languages in the same project.**

After clicking OK, the new sequence will be displayed on the Project panel

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-2de51212b99038bc826550e03ead6e794155c267%2F2%20\(12\).png?alt=media)

and will be opened in a new tab of the Main Workspace.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-cef899538330b5744d7fb87867c00f7defb3ab26%2F3.png?alt=media)

To edit the sequence selected on the Project panel, click the "Edit" button of the Project panel ![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-e250606d9ecc9fef1a63930cca7594c1808e3463%2F4%20\(3\).png?alt=media). After clicking the button, the sequence editing dialog will appear on the screen.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-df2bf0e4c1cf45caee07a4371f7586749ce7d077%2F5%20\(7\).png?alt=media)

To delete a sequence, select the necessary one on the Project panel and click the "Delete the Element" button ![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-1294132968da8a359cc0a3d87c617d7015921829%2F6%20\(10\).png?alt=media). After clicking OK in the dialog box that appears, the sequence will be deleted.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-55ea83b2d5b1d3d910e53db0987ba988d273c464%2F7%20\(6\).png?alt=media)

To open an existing sequence, double-click it on the Project panel and the sequence will be opened as a new bookmark in the Main Workspace.

To close a sequence, simply close its bookmark in the Main Workspace.

To search for project elements, you can use the Search menu of the Project panel.

![](https://1755238209-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNnEkyZmLMSWTDXxpygbG%2Fuploads%2Fgit-blob-695d04c64e7dbb07f1c537705ff21f33ea9be8c6%2F8%20\(5\).png?alt=media)
