Set up and configure WorkZone I/O Manager

Set up Developer access

In the Developer application, you can set up your WorkZone I/O Manager processes, workflows and servers.

  1. Under Lasernet general applications, select Developer. For the first time, you will need to log in as the default user with empty password. After that, you can change your credentials.
  2. Connect to Lasernet.

  3. Create a new configuration or import an already existing one.

Configure web server

For a new configuration, you will need to set up web server.

  1. Enter the http://localhost:3479/ URL, where 3479 is the default port.
  2. Log in, and click SERVERS.

  3. Click Add to add a new server.

    • Instance should be the name of your web server
    • Hostname can be set as localhost in proof of concept (PoC) usage.
    • Port is set to 3279 by default.

Set up web server (developer side)

For a new configuration, you will need to set up the web server and workflows in the Developer app.

  1. In the Developer app, click New configuration.
  2. Enter Configuration Name and Description, and click OK.
  3. On the navigation panel, under Servers (top left corner of the screen), click your web server name.
  4. Click Modules on the bottom left side of the screen.
  5. Right-click the blank space in the center of the screen, and select Add > Input > Web Server.

  6. Configure your web server properties:
    • General tab: you can leave the default values
    • Web Server tab: specify the Listen port
    • Web Service tab: specify the URL for service

    • Destinations tab: add task which should be triggered upon calling the web service. In the provided example, it is Pass-Through task.

  7. Click OK to create a new web server.

Set up web server tasks

Now you need to set up tasks which can be triggered from your web server.

  1. In the Developer app, on the navigation panel under Servers (top left corner of the screen), click your web server name.
  2. Click Modules (on the bottom left side).
  3. Right-click the blank space in the center of the screen, and select Add > Engine > Pass-Through.

    Pass-Through is the most important task, as it will manage your scripts and requests in the specified order. For example, inside the Pass-Through task you can define, that first you will trigger the Get request (to get the data from external application), and then trigger the JavaScript script which will get this data and update the body for the next step in a Post (update) request.

  4. Specify the task name.
  5. On the Destinations tab, select Add.
  6. Set Destination as Null.

  7. The Pass-Through task can also send requests using specific initial data placeholders called JobInfos. You can create initial one on the Pre JobInfos tab: click Add, and then provide Name and body example for Value as shown below:

    • You can also add empty JobInfos for get requests which will not send any body.

  8. Similar to GetData, add GetDataResult JobInfos.

    You can leave the Post JobInfos empty for now.

See also:

Additional common tasks with WorkZone I/O Manager