Flowable Forms

Flowable Forms

  • Release Notes
  • Guides
  • Components
  • Storybook

›Extend

Getting started

  • Introduction
  • Installation
  • Usage with react
  • Usage without npm or react
  • Usage with Angular

Basics

  • Expressions
  • Outcomes
  • Datasource
  • Utilities Library _
  • Edoras Adapter
  • Events
  • API
  • DevTools
  • Saving the payload
  • Basic Styles

Customization

  • Custom Styles
  • Custom Fetch function
  • Localisation
  • Additional data

Extend

  • Custom Components
  • Example Progress Bar
  • Progress Bar Input
  • Emoji Picker
  • Custom Datatable
  • Panel Composition
  • Custom Composition
  • Extend Flowable Work
  • Extend Flowable Design

Extend Flowable Work

We can add our own apps to Flowable Work using Flow-Apps.

In addition we can use this mechanism to add our own form components to Flowable Work. For example:

const applications: ExternalApplication[] = [];
const applicationSorting: { [appId: string]: number } = {};
const translations = {};

import { HelloForms } from "./HelloForms";
import { ProgressBar } from "./ProgressBar";

const formComponents = {
  helloForms: HelloForms,
  progressBar: ProgressBar,
};

export default { applications, applicationSorting, translations, formComponents };
← Custom CompositionExtend Flowable Design →
Docs
GuidesComponents
Private
SourceStorybook
Flowable Forms
Copyright © 2020 Flowable