Represents the metadata associated with a flow. With Flow, you can create an
application that navigates users through a series of screens to query and update records in the
database. You can also execute logic and provide branching capability based on user input to
build dynamic applications.
FlowActionCall
Public Sector exposes additional actionType values for the FlowActionCall
Metadata type. For more information on Flow and FlowActionCall Metadata Type, see Flow.
| actionType |
InvocableActionType (enumeration of type string) |
Required. The action type. Additional valid values only for Public Sector include:
-
bulkEnqueuePostingsToGenLeads—Enqueues active recruitment
postings so that matching candidates are sourced as lead records. Available in
API version 68.0 and later.
-
createBenefitDisbursement—Create a
benefit disbursement for an eligible benefit assignment. For example, create a
benefit disbursement request to offer monetary benefits through direct cash
assistance or subsidies. Available in API version 57.0 and later.
-
invocableCallContentSearch—Searches content stored in files,
including images, audio recordings, video footage, and PDF documents that are
stored in external storage systems, and returns matching files with specific
citations. Available in API version 68.0 and later.
-
runRecordAggrBatchProcDef—Runs a
Data Processing Engine definition to process an asynchronous batch job that
creates or updates record aggregation results. Available in API version 59.0 and
later.
|