Some code logo
Some code
HistoryCommunityDocumentationContact Us

Workflow Parameters

Every workflow may have parameters assigned to it. When workflow execution starts the parameters are calculated as the first step. If calculation fails execution is aborted.

Parameters can be:

  1. Static
  2. EV Variables
  3. Calculated

To access workflow parameters click the percentage % button at the top

Working execution toolbar

Here are two parameters one static and one calculated.

Workflow Parameters dialogue

Parameter script

Workflow Parameters dialogue

const dayjs = require("dayjs");
return dayjs(Date.now()).format("YYYY-MM-DD hh:mm:ss");

Once workflow is executed once the actual parameters values can be seen by clicking “Last Execution result”

Calculated parameters

Env Variables

Env Variables

Video Tutorial

9 June 2024

Back

Workflow Execution

Download Some code

Linux 64 bit deb server Windows 64 Bit server Windows 64 Bit Desktop Windows 64 Bit Portable

Some code works on both Windows and Linux. Please contact us if you want to run Some code on a different OS. We will create a special build for you.