`headerActions` gives consumers the ability to add multiple `JSX Element`'s to top of the Workflow Header. We assume these will be Button or Button-like components
*There is no limit to the number of actions you can pass in, but please consider the limited realesate with labels.
*/ export const MultipleActions: Story = { args: { headerActions: [ } secondary iconPosition="start" />, } secondary iconPosition="end" onClick={(): void => alert('mock example of a save action')} />, ], }, }