Corezoid 4.1
  • 14 Dec 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Corezoid 4.1

  • Dark
    Light
  • PDF

Article summary

22 May 2019

Features

  1. Added the possibility to specify data type for every parameter, when you do [task import from CSV file].(https://doc.corezoid.com/docs/add-task-to-process#import-task-from-csv-file)

    v4_1_image2

  2. In the Task parameters section, the button was added that allows moving parameter from one tab to another.

    v4_1_image1

  3. In the Code logic, the support of libraries moment-timezone.js and sha512.js was added.

Examples:

```
require("libs/moment-timezone.js");
data.date = moment().tz('Europe/Kiev').format("DD-MM-YYYY HH:mm:ss");

require("libs/sha512.js");
data.sha512 = CryptoJS.SHA512("test").toString();
```

Fixes

  1. Fixed the bug, that allowed to move parameters from one tab to another without using the Save button.
  2. Fixed the error with the proper display of the Task parameters tab in Safari browser.
  3. Fixed the error with an empty list of nodes in the Get from Queue logic, if there are more than 30 nodes in the selected process.

Was this article helpful?

What's Next