WorkflowMethod
in package
FinalYes
Tags
Table of Contents
Properties
- $name : string|null
- Name of the workflow type. Default is "{class_name :: method_name}".
Methods
- __construct() : mixed
Attributes
#[Attribute]
#[Attribute]
#[NamedArgumentConstructor]
#[NamedArgumentConstructor]
Properties
$name
Name of the workflow type. Default is "{class_name :: method_name}".
public
string|null
$name
= null
Be careful about names that contain special characters. These names can be used as metric tags. And systems like prometheus ignore metrics which have tags with unsupported characters.
Methods
__construct()
public
__construct([string|null $name = null ]) : mixed
Parameters
- $name : string|null = null