Introduction

Cloud Workflow Console (CWF) random number generator

Code Syntax

 define main() return $random1, $random2, $random3 do
  $random1 = rand()
  $random2 = rand(1)
  $random3 = rand(100)
end

CWF Console

ss-cwf-console-example-4-random-number-1.png

Expected Outcome

Process Info

ss-cwf-console-example-4-random-number-process-info-2.png

Outputs

ss-cwf-console-example-4-random-number-outputs-3.png

Tasks

ss-cwf-console-example-4-random-number-tasks-4.png

Source

  • Displays the source code that was used. If you want to modify and reuse the code, click on Clone ss-cwf-console-example-4-random-number-source-5.png