get workflow variable(a,b)


Returns the value of workflow variable b of workflow job a.

If the specified workflow job is no longer running or the variable was not found, the return value is an empty string ("") with set Empty Flag.

Parameter Description


Parameter

Description

a

Name (see VAR_SYS_WF_DISPLAYNAME) or ID (see VAR_SYS_WF_ID) of the workflow job.

b

Name of the workflow variable to be read.