Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 12 Next »

 

Communication 


 

 

Activities

HTML Composer

 

This activity substitutes a visual HTML editor.

 

Send Email

 

This activity sends an email according to given specifications.

 

 HTTP Request

 

This activity sends a http request with either POST / GET methods and outputs the result.

 

Trigger webservice

 

This activity triggers the webservice specified in the URL parameter with the given arguments.

 

Activites Parameters

 

 

 HTML Composer

 

The Content parameter is given by the user via In argument defined in the Parameters Area from WF Designer panel:

 

 
 
 
The output returned by this activity is stored into the variable HTML_Output and will be used as imput for Content parameter from Send Email activity.

Send Email


This activity has three categories of parameters: Authentication, Message and Addresses.
For Authentication parameters, an exchange server is used with proper credentials given by the user via defined IN arguments in the Parameters area from WF Designer panel:

 
 
 
 
For Message parameters:

  • Content: the value stored in HTML_Output it is used for this parameter
  • Subject: the value for this parameter is passed via IN argument Subject



 For Addresses parameters values are passed via IN arguments : 
 
 

 

 

On Execution Workflow

Execution Result:

  • No labels