Flowable Forms

Flowable Forms

  • Release Notes
  • Guides
  • Components
  • Storybook

›Getting started

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

Installation

Flowable Forms is hosted in our internal repository. So in order to install you need to set up your credentials.

Configuring .npmrc

You need to add the edoras repository and your credentials to your .npmrc file. You can add these lines to the .npmrc located in your user directory.

@flowable:registry=https://artifacts.flowable.com/artifactory/api/npm/npm-all/
//artifacts.flowable.com/artifactory/api/npm/npm-all/:_password=<BASE64_PASSWORD>
//artifacts.flowable.com/artifactory/api/npm/npm-all/:username=<USERNAME>
//artifacts.flowable.com/artifactory/api/npm/npm-all/:email=youremail@email.com
//artifacts.flowable.com/artifactory/api/npm/npm-all/:always-auth=true

To get your user values, please go to Artifact Repository and click on "Set Me Up".
Then write your password in the top-right and click on the arrow (->) icon.
After that you will find the above example lines replaced with your credentials.

Please remember to replace also the @<SCOPE> value by @flowable in the first line:

@<SCOPE>:registry=https://artifacts.flowable.com/artifactory/api/npm/npm-all/

Installation

Once you have your credentials you can install the artifact:

yarn add @flowable/forms

Optional: if you are using TypeScript in your app, install the React types with:

yarn add @types/react --dev

In order to avoid installation issues, please try to use latest version of Yarn.
We recommend to use Yarn >= 1.5

← IntroductionUsage with react →
Docs
GuidesComponents
Private
SourceStorybook
Flowable Forms
Copyright © 2020 Flowable