Admin: Resume Manager Lightning Component Custom Flow Configuration Example

For complete Resume Manager Lightning Component (RMLC) details, see Resume Manager Lightning Component.

Custom flows can be enabled through custom actions. Below is an example of how these interactions work.

  1. A custom flow may be invoked after running a custom action through the Resume Manager Lightning Component (RMLC).
  2. In the flow, the Flow API Name needs to be populated with the API Name of the target custom flow (EX: "Resume_Manager_Test_Flow").
  3. Add the following to the chosen flow:
    • Proper API names
    • Data Types
    • The three variable inputs, with the TR1__ContactDocument__c sObject type (The object types are populated by Bullhorn Recruitment Cloud during the flow setup or invocation):
      • contactId
      • versionId
      • selectedDocument
  4. Bullhorn Recruitment Cloud automatically refreshes the RMLC.
  5. The added variables display on the Resume Manager screen.
  6. The custom flow runs.

If some of the parameters are not defined, the below error type will appear after the action is ran with the flow.