Articles on: Connectors

Tools - Variable Setter Connector

Easyflow provides two types of variables:

Start Event Variables


“Start Event” variables where you can use them to send information to the workflow as input parameters. They are immutable.

Syntax Expression

Key: $PARAM$variables.startEvent.KEYNAME
Value: $PARAM$$.{variables}.{startEvent}.{KEYNAME}:{KEYNAME}

Workflow Variables


“Workflow” variables are used to store and manipulate information inside your workflow logic. They are mutable and can persist information between workflow runs.
Key: $PARAM$variables.workflow.KEYNAME
Value: $PARAM$$.{variables}.{workflow}.{KEYNAME}:{KEYNAME}

Video Tutorial





things you may need to know



accepts single or multiple variables separated by break line

Updated on: 07/08/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!