Workflow

Workflows are the new way of programming event based trigger logics in Grid Studio. The main concept is using Events to trigger Actions and add logic if necessary.

The logic inside a workflow gets triggered whenever a particular event has happened.

Workflow view

To work with any kind of workflows you need to have at least one workflow view.

Add view from the menu

Add view from project tree objects (secondary click)

Add view from the inspector of selected objects


Workflow view follows selection

By default the view is "following" the selected object similar like the Inspector behavior.

It´s possible to lock a this view to a specific workflow

Multiple workflow views can be added to the project


Object Workflows

More or less every object/device has its own workflow.

Device specific events can also be accessed in other Workflows.

See here


Project Tree Workflows

Object / Device independent workflows can be added as well.

They can be found and added within the Project Tree.

Export Workflow

It is possible to export a workflow that you have built and save it into an external file.

In the Workflow window, at the top, there is a button for export. Click on this button, and select the destination where you like to save this file.

Last updated