Remove Task from Queue#

Removes a Task from the specified Queue. If no Task is found based on the specified filter, no error will be generated.

GUID/Queue Name[Text] GUID or name of the Queue.
Task GUID[Text] Filter for Task GUID.
Task Name[Text] Filter for Task name.
Task Status

Filter by Task status. Possible values:

  • New - New;
  • InProgress - In Progress;
  • Success - Completed;
  • Failed (Application) - Error (Application);
  • Failed (Business) - Error (Business);
  • Postponed - Postponed;
  • Abandoned - Abandoned.
Task Priority

Filter by Task priority. Possible values:

  • Low - low;
  • Normal - normal;
  • High - high.
Tag Filter

[Text] Filter by tags. The separator is a semicolon.

When using the "+" symbol before a tag, it must be present in the Task.

When using "-" - the tag must be absent in the Task. For example, "+Tag1;-Tag2".

Timeout[Number] Timeout in seconds.
GUID of Removed Task[Text] Returns the GUID of the removed Task. If the Task was not found, an empty value is returned.
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - by default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Message Level

Select the message level that blocks will output during operation.

Possible values:

  • "Default" - by default;
  • "Release" - output is disabled;
  • "Debug" - main information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Message[Text] Returns detailed information about the error in case of incorrect execution of the block's work.