KEYWORDs |
|
access |
check if the given user has access to execute
this step action |
|
bcc |
blind carbon copy recipients (users / teams /assignments) for notification steps |
|
body |
the mail body text for notification steps; also used for decision and action steps when the notify options is enabled |
|
bodyform |
form used to compose the mail body text in notification steps |
|
cc |
carbon copy recipients (users / teams /assignments) for notification steps |
|
changestate trigger |
trigger executed when the step changes its state in the workflow-process runtime |
|
completion |
for action/decision steps indicate if all users,
a single user or a minimum number of users have to perform the
action to complete the step |
|
decision |
for decision steps set the user choice mode (single
or multiple choices) |
|
decision.trigger |
this trigger runs for any user action / decision |
|
description |
the step description |
|
duration |
the step maximum duration time in seconds |
|
executable |
filesystem path of an executable program or script |
|
execute |
list of actors enabled to execute this step (only
for action/decision steps) |
|
expireothers |
used for or-join / and-join steps to put in the
expired status the not yet completed incoming steps |
|
holder |
step execution permitted to the object holder(s)
(when objects are involved) |
|
hpos |
the horizontal position inside the workflow graphical
representation |
|
href |
the action url (hyperlink to jsp page or SWT panel) |
|
image |
local path for the step icon to upload |
|
imagedata |
base64 code for the step icon |
|
label |
the action label (can include keyword substitutions
and dictionary keywords) |
|
language |
the notification language for mail subject and body translation; if not specified will be used for each recipient the default language |
|
name |
the step name |
|
notify |
send notification to enabled actors when the step starts the execution |
|
operation |
type of operation executed in lifecycle action step |
|
operation.option |
the name of the stage or the name of the validation |
|
params |
the step local parameters (when steps start the execution the parameter values can be copyed from global parameters and at the end copyed back to global parameters) |
|
stopothers |
used for or-join / and-join steps to put in the
terminated status the not yet completed incoming steps |
|
program |
the program automatically executed by the process
manager in a system step |
|
subject |
the mail subject for notification steps; also used for decision and action steps when the notify options is enabled |
|
to |
message recipients (users / teams /assignments) for notification steps |
|
transition |
transitions from the current step to other workflow
steps |
|
threshold |
used for and-join steps to set the
minimum of incoming steps, for considering the them completed |
|
type |
the step behaviour:
start |
the first step executed
when a workflow instance (process) is started. |
action |
define workflow actions associated to a
user interface link (href and label) |
decision |
define a task where users
can decide for the next steps |
system |
define workflow actions associated to a
system program |
lifecycle |
perform lifecycle actions on the primary object |
notification |
send mail to a recipient list |
split |
decomposes the information
flow in two or more branches |
or-join |
unifies two or more branches of the information
flow; go forward to next step when ONE of the input tasks
will be completed. |
and-join |
unifies two or more branches
of the information flow; go forward to next step when
ALL (or a minimal number) of the input tasks will be completed. |
stop |
stops the workflow execution independently
from other branches. |
|
|
vpos |
the vetical position inside the workflow graphical
representation |