Several special functions are available to interact with workflow jobs. In general, these functions should not be used in workflows themselves. An exception would be the functions log workflow message(a) and workflow exists(a).
add/set workflow variable(a,b,c,d)
attach file to workflow(a,b,c,d,[e])
change permission of workflow-attachments(a,b,c,d)
change permission of workflow-form(a,b,c,d)
dump workflow(a,b)
fire workflow-event(a,b)
get content of attached file of workflow(a,b,[c])
get number of attached files of workflow(a,[b])
get workflow variable(a,b)
log workflow message(a)
place names of attached workflow files into list(a,b,[c])
remove attached file from workflow(a,b)
start new workflow(a,b)
stop workflow (a)
workflow exists(a)
Accessing a Specific Workflow Job
In order to be able to access a
workflow job
with functions (e.g. in profiles), a reference to the job is usually required, which is obtained via the workflow system variables
VAR_SYS_WF_DISPLAYNAME
or
VAR_SYS_WF_ID
.