timeout property
Timeout defines the duration until ZITADEL cancels the execution.
If the target doesn't respond before this timeout expires, the the connection is closed and the action fails. Depending on the target type and possible setting on interrupt_on_error following targets will not be called. In case of a rest_async target only this specific target will fail, without any influence on other targets of the same execution.
Implementation
@$pb.TagNumber(8)
$1.Duration get timeout => $_getN(7);
Implementation
@$pb.TagNumber(8)
set timeout($1.Duration value) => $_setField(8, value);