8000 GitHub - afawcett/flowtoolbelt: Dynamically call Flows at runtime to do more things with them from more places!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

afawcett/flowtoolbelt

Repository files navigation

Flow Toolbelt

More dynamic power to your Flows for developers and admins!

Documentation and Discussion

Packages

You can install via a managed package for ease of use and easy upgrades or you can install the code to help contribute and develop the tool.

v2.5

Production and Sandbox

  • Fixed issue with Custom Object support, for Widget__c, use Widget_custom as the Metadata name when configuring
  • Migrated the repo to SFDX format and included test metadata
  • Autolaunch and Output params fields are no longer required when configuring custom metadata please ignore

v2.2

Production and Sandbox

  • Fixed issue with flowtb_xxx output vars with no value
  • Removed the Is Autolaunched Flow fields from the custom metadata layout (physical fields still exist and work)
  • Autolaunched Flows no longer require Flow Factory tab usage

v2.1

Production and Sandbox

  • Added additional info messaging when the component is not active
  • Resolved an error message popup when the component was used on a page and the flow invoked a utlity bar api

v2.0

Producton and Sandbox

  • This release adds an exciting new Lightning Component. The Dynamic Flow component can be used to display Flows dynamically while tracking user navigation and record edits. Additionally it allows Flow logic to interact with Lightning Experience features such as Utility Bar and associated API's to drive navigation to other records, pages, display notifications, popups and more all 100% declarative of course!. For more information see here.

v1.0

Producton and Sandbox

  • Initial release, only with an API flowtb.FlowFactory.newInstance
Flow.Interview flow = flowtb.FlowFactory.newInstance('TestA', new Map<String, Object>());
flow.start();
System.debug(flow.getVariableValue('Var'));

Developers

Want to contribute to the code or just take a better look? This option is for you...

Deploy to Salesforce

About

Dynamically call Flows at runtime to do more things with them from more places!

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0