70
71
// WorkflowAction returns tag for WorkflowAction
73
>
return NewStringTag("wf-action", action)
74
>
}
75
76
// WorkflowListFilterType returns tag for WorkflowListFilterType
78
>
return NewStringTag("wf-list-filter-type", listFilterType)
79
>
}
80
81
// general