Flow control
“Flow control” robots for Bitrix24 business processes — ready-made activities for the workflow designer.
Flow control
Compound condition (AND / OR / NOT)
Evaluates multiple conditions with AND/OR/NOT grouping. Returns Y/N for conditional branching. Supports flat mode (up to 4 conditions) and JSON mode for arbitrary nesting.
Flow controlReliable webhook
Delivers an HTTP request to an external endpoint with retries, response-code checks, and a user notification on failure.
Flow controlShort pause
Pauses for the specified duration (in seconds), then returns a success signal to the business process.
Flow controlTernary (if-then-else)
Compares two values and returns one of two results. IF(A operator B, value_true, value_false).