tagList property

List<String>? tagList
final

The list of tags associated with this workflow execution. An execution can have up to 5 tags.

Implementation

final List<String>? tagList;