GithubHelp home page GithubHelp logo

co-meeting / lightningflowcomponents Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexed1/lightningflowcomponents

0.0 1.0 0.0 43.44 MB

A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Flow Orchestrator.

Home Page: http://unofficialsf.com

License: Other

JavaScript 18.32% CSS 0.28% Apex 75.47% Shell 0.02% Rich Text Format 0.05% HTML 5.83% Java 0.02% Batchfile 0.01%

lightningflowcomponents's Introduction

A collection of installable extensions for Salesforce Flow. Note that you do not need to write code, read code, or use developer console to install these into your Flow Builder! You can install many of these components as packages over at UnofficialSF.

Flow Screen Components

/flow_screen_components contains lightning components (a mix of aura and lwc) that have been optimized to be insertable into Lightning Flow screens. This mainly means that they:

  1. implement the Flow Screen interface. This causes them to appear in the palette of the Screen Builder in Flow Builder, where they can be dragged into Screen Nodes.
  2. explicitly specify which component attributes will be visible as inputs or outputs in Flow.

Flow Screen Components generally have a visual focus, although they don't absolutely have to.

Flow Actions

/flow_action_components contains Apex classes and Lightning Components that have been optimized to be added to Lightning Flows as standalone actions.

Apex Actions

The Apex Classes are Invocable Actions. They are non-visual and execute entirely in the Salesforce cloud.

Local Actions (Lightning Component (Javascript))

Lightning Components that are designed to act as actions are referred to as Local Actions.

This mainly means that they:

  1. implement the "flowruntime:availableForLocalInvocableActions" interface so they show up in the tools palette of Flow Buider as Local Actions that can be dragged onto the canvas and added to flows as discrete nodes.
  2. provide an #invoke method that allows the Flow engine to call them at the appropriate point during flow execution, and make a callback to the Flow engine when they're done.

Local Actions generally do not have a visual focus, although they have to run inside of Screen Flows to ensure the presence of a client-side javascript runtime.

Flow Apps

This directory contains utilities and tools that don't fall neatly into one of the above two main categories of extensions.

Setup Notes

Before adding any lightning component to your flow, your org must be enabled for lightning components. This means:

  1. you must have My Domain enabled and deployed
  2. you must have the "Enable Lightning Runtime for Flows" checkbox enabled in Setup - Process Automation Settings

You do not need to be using the lightning experience to use these flow extensions.

Submissions Encouraged!

Have you built a useful or interesting Flow Component? We encourage you to make a pull request and add it to this repo. Also feel free to enhance or fix any existing component. General conversations about these components are carried out in the Issues section above and at these communities: UnofficialSF Trailblazer Community Salesforce Automation Trailblazer Community.

lightningflowcomponents's People

Contributors

alexed1 avatar ericrsmith35 avatar sahib-gadzhiev avatar jdayment avatar jdpond avatar andkraiev avatar demarsch avatar fromsteinsfdc avatar rygramer avatar ehretg avatar ryemcc avatar adwhite75 avatar msrivastav13 avatar jmdohn avatar surajp avatar mhamzas avatar hayeswise avatar dependabot[bot] avatar datapharmer avatar chewinchaz avatar realevanponter avatar sharadmaheshwari avatar dmitrygatsenko avatar munawirrahman avatar vonrehberg avatar jdohnsfdc avatar evgeniykor avatar aleksandarbasic avatar tomsny avatar sillyrags avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.