Async Wrapper

Used for wrapping asynchronous nodes for concurrent execution

Debug Wrapper

The state of the wrapped node can be debugged and recorded in the log.

Delay Wrapper

Used for delaying the execution of wrapped nodes.

Loop Wrapper

Used for looping execution of wrapped nodes.

Retry Wrapper

For retrying failed nodes.

Silent Wrapper

Ignore running errors of wrapped nodes.

Timeout Wrapper

Cancel wrapped nodes that exceed a timeout.

Trace Wrapper

It is used to record the execution process of the wrapped node in the log.

Last updated 09 Mar 2025, 23:31 +0800 . history