Home Components Flow Designer
Flow Designer Work in progress
Overview Playground API
Flow Designer is a component that allows users to create and edit flows.
Usage

  

  <script>
    const workflowEditor = document.querySelector('#workflow-editor');
    workflowEditor.data = [
      {
        'name': 'new-github-issue',
        'title': 'New issue in github',
        type: 'activity',
      }, {
        'name': 'new-github-issue',
        'title': 'New issue in github',
        type: 'activity',
      },
    ];
  </script>
Usage
Work in progress
Properties
Events