Skip to main content

Advanced Actions

This option enables the User to add different advanced action functions as required.

SymbolNameCommentInfo
CallWebActionCall Web ActionThis inserts a basic web action into the process.More... Example
CallWebProcessCall Web ProcessThis inserts a web process action into the process.More... Example
CallRESTServiceCall REST ServiceThis inserts an action that allows to call the REST web service.
CallSOAPServiceCall SOAP ServiceThis inserts an action that allows to call the SOAP web service.
Create ObjectCreate ObjectThis adds a create object action to the process, i.e. creates an arbitrary object.More... Example
Execute ProcessExecute ProcessThis adds an execute process to the process, i.e. calls another process, but does not return from it, unlike Call Process. The process that calls the execute process will terminate as the new process is executed.More... Example
Execute ScriptExecute ScriptThis adds an execute script to the process. An execute script action can be used to add Rhino JavaScript code into the process. The script will have access to all inputs supplied to the action and can set data using the configured outputs. It can also raise an outcome, by returning a text string.More... Example
Pause ActionPause ActionThis adds a pause to the process. When a pause action is invoked, the framework will serialise the state of the process and then terminate it. The process can be then resumed at a later date.More... Example
Send EventSend UI EventThis adds a send an event action to another process