Message

These plugins help you to work with messages in your workflows.

Find and Signal Named Signal Wait

This plugin sends a named signal to the Groovy Scripted Wait for Named Signal plugin. If the signal name matches in both plugins, then the script in the Groovy Scripted Wait for Named Signal plugin executes.

Properties
Configuration

HTTP Request Message

This plugin provides an extremely flexible means of making HTTP requests and processing HTTP responses against external HTTP services.

The configuration options are all pretty explanatory but the following options are worthy of note:

  • Request Type: Allows you to specify the type of HTTP Method.
  • Headers: Allows you to create HTTP headers.
  • Authentication: Basic authentication parameters can be specified.
  • Fail Job on Error: Whether to fail the job if the remote HTTP service returns an error.
  • Request Data: A data payload to send with the request, including an optional stylesheet to apply to the payload before sending.
  • Get Parameters: Key-values arguments to send to the remote HTTP service.
  • Response Variable: Whether to save the response as a workflow Context Variable.
Properties
Configuration

Backlot Message

This plugin provides a flexible means of making HTTP requests to Backlot, and processing Backlot responses.

Properties
Configuration

Send Email Message

This plugin supports the sending of an email to a groups of users. The plugin supports all of the Dalet Flex grouping structures:

  • Account
  • Sub-Account
  • User Group
  • Workspace
  • User

It’s also possible to specify a single user, an email address or an expression script that resolves to an email address.

Properties
Configuration

Soap Request Message

This plugin provides an extremely flexible means of making SOAP requests and processing SOAP responses against external SOAP services.

The configuration options are all pretty explanatory but the following options are worthy of note:

  • End Point: The SOAP end point.
  • Authentication: Basic authentication parameters can be specified.
  • Fail Job on Error: Whether to fail the job if the remote SOAP service returns an error.
  • Request Data: A data payload to send with the request, including an optional stylesheet to apply to the payload before sending.
  • Response Variable: Whether to save the response as a workflow context variable.
Properties
Configuration

Signal Job Command

Properties
Configuration

Scripted HTTP Message

This plugin enables you to create a HTTP request, but also embed a Groovy script which allows you to process the response.

Properties
Configuration