HTTP - NeoSOFT-Technologies/workflow-plugins GitHub Wiki

Http Activities basically listen the specified route for incoming HTTP Request and writes back a simple response.

HTTP1

HTTP Endpoint

HTTP Endpoint activity handles an incoming HTTP request. It allows to specify a relative path on your workflow server's domain. This means that you can't specify any domain that is not handled by your workflow server already.

HTTP Request

HTTP Request activity sends an HTTP request. It has following configuration options,

  • Request Method (POST, GET, PUT, DELETE)
  • URL
  • Content
  • Read Content
  • Response format (JSON, file, string)
  • Headers (defined as a JSON object)
  • Body (for POST)

Make sure that the Read Content checkbox is ticked to get the response from requested URL.

HTTP Response

HTTP Response activity writes an HTTP response. It has following configuration options,

  • Content
  • Content Type
  • Response Headers

Redirect

HTTP Redirect activity writes an HTTP redirect response.