HTTP

  • Drag in the toolbarHTTP - 图1The task node to the drawing board, as shown in the following figure:

HTTP - 图2

  • Node name: The node name in a workflow definition is unique.
  • Run flag: Identifies whether this node can be scheduled normally, if it does not need to be executed, you can turn on the prohibition switch.
  • Descriptive information: describe the function of the node.
  • Task priority: When the number of worker threads is insufficient, they are executed in order from high to low, and when the priority is the same, they are executed according to the first-in first-out principle.
  • Worker grouping: Tasks are assigned to the machines of the worker group to execute. If Default is selected, a worker machine will be randomly selected for execution.
  • Number of failed retry attempts: The number of times the task failed to be resubmitted. It supports drop-down and hand-filling.
  • Failed retry interval: The time interval for resubmitting the task after a failed task. It supports drop-down and hand-filling.
  • Timeout alarm: Check the timeout alarm and timeout failure. When the task exceeds the “timeout period”, an alarm email will be sent and the task execution will fail.
  • Request address: http request URL.
  • Request type: support GET, POSt, HEAD, PUT, DELETE.
  • Request parameters: Support Parameter, Body, Headers.
  • Verification conditions: support default response code, custom response code, content included, content not included.
  • Verification content: When the verification condition selects a custom response code, the content contains, and the content does not contain, the verification content is required.
  • Custom parameter: It is a user-defined parameter of http part, which will replace the content with ${variable} in the script.