Properties
Use to find objects in data store, e.g. Active Directory. It performs searches using pipes and stores a selected value for next steps to consume.
type
Must be Selector
N/A
config.pipe_id
Id of pipe searching for objects
Same as control id
config.columns
What columns to be displayed in UI.
N/A
config.submit_on_change
Should selection of an item move to next step. true
/false
true
config.search
Should user be able to enter custom search data.
false
config.readonly
Should control be readonly?
false
Searching for object to show
To populate list of items in UI a pipe must be executed. List of items returned should at least contain properties defined in columns.
Data sent to pipe is:
search - containing user input if config -> search is set to true
columns - comma separated string of defined columns
Return data must be in a form of a list of items.
Data exposed to flow
When pressing Select, data exposed to flow is found using key if control id. Value is item id returned from pipe
Last updated