История страницы
Working with blocks, schemes, files, and links are described in the following scenarios:
Оглавление |
---|
Якорь Добавление на схему блока Добавление на схему блока
Adding a block to the scheme
Добавление на схему блока | |
Добавление на схему блока |
In the Workflow constructor the user has the possibility to customize schemes, which, in turn, consist of blocks (workflow steps). To place a block on the workspace of the scheme, the user has to select the required block and, by clicking the left mouse button, move the block to the required place on the workspace.
Якорь Операции над блоком Операции над блоком
Block operations
Операции над блоком | |
Операции над блоком |
Selecting a block
You can select a block in the workflow scheme by clicking on it with the left mouse button:
...
- white markers at border vertices - block resizing points
- on the right side of the rectangle a red marker with a white cross - a button to remove the block scheme from it
- green marker with > sign - point of outgoing connector (arrows)
Changing the block size
By dragging one of the white markers you can resize the block.
Deleting a block
By clicking on the red marker with a white cross you can remove a block from the scheme.
Connecting to a neighboring block
If you click on the green marker, a guide appears, which can be connected to any selected block in the scheme.
Block properties
When you select a block, a panel will appear to the right of the editor workspace, where you can set the block properties.
...
Blocks can have properties specific to each of them.
Input and result parameters of blocks
When working with parameters, it is important to understand the following issues:
- All blocks have input and resulting parameters:
Start
Robot
Screen Form
Workflow
- The Finish block has only resulting parameters.
- The Start and Screen Form blocks have the same resulting parameters as the input parameters. These are the same parameters. It should be noted that input parameters do not contain values unlike resulting parameters, for example: input parameter - last name, resulting parameter - last name: Smith. Sometimes the input parameters of the Start block are called workflow parameters, which makes sense because they are available to all other blocks in the block scheme.
- Resulting parameters of Robot and Workflow blocks are not displayed in the properties of these blocks. But they are available by selecting values for the input parameters of other blocks.
General scheme of linking input parameters of one block with results of other blocks
The main task is to link the results of some blocks to the input parameters of other blocks.
...
- In the screen form, the user enters values into the corresponding fields. The values entered in the fields First term and Second term are automatically linked to the parameters a and b:
- The Increasing a number to a degree block has 2 parameters x and n. Parameters a and b from the screen form SF No. 1 are bound to parameters x and n, respectively:
- The Calculating the area of a circle block has 1 parameter r. The parameter b from the screen form SF No. 1 is bound to the parameter r accordingly:
- The Adding 2 numbers block has 2 parameters a and b. We bind to them the output parameters in the results of the blocks Increasing a number to a degree - y and Calculating the area of a circle - s.
- In the Finish block, we create the Result parameter, to which we bind the output result of the Adding 2 numbers block - c.
Якорь Автосохранение схемы Проекта Процесса Автосохранение схемы Проекта Процесса
Autosave the Workflow Project scheme
Автосохранение схемы Проекта Процесса | |
Автосохранение схемы Проекта Процесса |
The Editor provides step-by-step auto-saving of the scheme in the database. This means that any update of the scheme - whether it is placing a block on the scheme or changing its properties - is immediately saved in the database. No actions are required from the user to save the scheme.
...