Anonymously Inject Data Into Flow
Comments
-
Instead of having to supply a defined data type as an input I would like the ability for this to be dynamic. For example
Flow A requires a list of Objects. ( Accepts Dynamically loaded data)
Flow B Has a form. ( Outputs Data to be Dynamically loaded in flow A data)
Flow C has an API call. ( Outputs Data to be Dynamically loaded in flow A data)
ALL are independent flows
The idea is to have Flow A be able to accept any type of data and run appropriately. In java, this would be done with the Use of the “Object” class but Im unsure in Decisions.
-
The inputs of a flow can be toggled to allow null values under Flow Input Data > Show Editor > Data Definition > Can Be Null (pictured). Using this property, you can then declare many types of inputs for a flow, set them all to Can Be Null, and the flow itself can then check to see which values are null and execute steps or sub-flows depending on which inputs have values.
From there, you can use logic to decide what happens next in the flow depending on which values are present. Ive attached a sample project with a few flows having multiple types in their inputs, each with Can Be Null checked, to demonstrate a few ways to configure a flow like this.
[img]att1[/img]
Howdy, Stranger!
Categories
- 4.1K All Categories
- 61 General
- 11 Training
- 201 Installation / Setup
- 1.1K Flows
- 106 Rules
- 260 Administration
- 212 Portal
- 489 General Q & A
- 693 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 51 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 178 Pages
- 5 Process Mining
- New Features
- 178 Datastructures
- 69 Repository
- 219 Integrations
- 28 Multi-Tenant
- 27 SDK
- 76 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 66 Lunch And Learn Questions