Documentation

MethodRetry.php

This file is part of Temporal package.

For the full copyright and license information, please view the LICENSE file that was distributed with this source code.

Table of Contents

Classes

MethodRetry
Specifies a retry policy for a workflow or activity method. This annotation applies only to activity or workflow interface methods. For workflows currently used only for child workflow retries. Not required. When not used either retries don't happen or they are configured through correspondent options. If {@see RetryOptions} are present on {@see ActivityOptions} or {@see ChildWorkflowOptions} the fields that are not default take precedence over parameters of this attribute/annotation.

        
On this page

Search results