workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Error Drawing Workflow diagram with meta variables

Open weiserma opened this issue 3 years ago • 0 comments

ArgumentError: edge attribute 'button_color' invalid

    state :requested do
      event :invite, transitions_to: :invited
      event :reject, transitions_to: :rejected, meta: { button_color: 'alert' }
      event :withdraw_request, transitions_to: :new
    end

weiserma avatar Nov 08 '22 14:11 weiserma