Advanced Actions
This option enables the User to add different advanced action functions as required.
Symbol | Name | Comment | Info |
---|---|---|---|
Call Web Action | This inserts a basic web action into the process. | More... Example | |
Call Web Process | This inserts a web process action into the process. | More... Example | |
Call REST Service | This inserts an action that allows to call the REST web service. | ||
Call SOAP Service | This inserts an action that allows to call the SOAP web service. | ||
Create Object | This adds a create object action to the process, i.e. creates an arbitrary object. | More... Example | |
Execute Process | This 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 Script | This 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 Action | This 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 UI Event | This adds a send an event action to another process |