PROCESIO
OverviewPlatform ActionsIntegrations & DemosCustom ActionsDeveloperโ€™s Guide

Platform Tricks

Here you'll find a list of tricks to improve your experience when working with PROCESIO.

Here you'll find a list of tricks to improve your experience when working with PROCESIO.

Creating a Data Model from JSON

JSON Example:

{ "model": "Prius", "manufacturer": "Toyota", "year": 2021, "mileage": 40129.4, "owner": { "name": "John Smith", "city": "Boston" } }

Moving multiple actions together inside the canvas

  1. Hold down the CTRL key and click every action that you want to move.
  2. Release the CTRL key and just drag the group like you would drag a single action.

Spawning an action on canvas without dragging it

  • Double-click the action you want to spawn and a new one will show up in the middle of the canvas.

Create and assign a variable in one step

Full-screen code editor

  1. Click inside the code editor.
  2. Use the ESC key to toggle the full-screen on and off.

Editing process properties faster

  • You can double-click on the process name inside the canvas to edit the process properties.

Grouping processes in the Process Designer

  • Use Group/Name pattern when naming your processes to group them.

On this page