SalesforceGetQueryJobResult Activity

This activity gets the result of a bulk query job. You must use this activity inside a subflow and the subflow must be placed inside a loop.

Settings

On the Settings tab, provide the following information to identify which Salesforce.com connection to use and the type of object to use for the selected connection.

Field Description
Connection Name Salesforce.com connection name. If you have created multiple Salesforce.com connections, select the one you want to use for this flow.
Object Name Salesforce.com business object name. Select the object you want this activity to use for this activity from the drop down menu for this field.

Input

Note: Entering or mapping a value for the ID field on this tab is mandatory. See the Salesforce documentation for more details.
Input the details of the object that you want to update. You have the option to either enter the input manually or map the input to the output from a preceding activity provided that the preceding activity has an output. The input tree displayed for this activity depends on the object that you selected on the Settings tab. For more information about using a mapper, see the Using the Mapper section in the Flogo® Enterprise documentation.
Field Description
queryJobId (Required) The ID of the query job.
locator (Optional) Sets a specific number of result sets to be fetched.
maxRecords (Optional) The maximum number of records to be fetched per result set.

Output

The schema for the output of this activity is displayed in a tree format on this tab. The schema varies according to the object that you selected on the Settings tab. The elements that you see in the schema can be mapped as input to the activities that follow this activity in the flow.

Loop

The schema for the output of this activity is displayed in a tree format on this tab. The schema varies according to the object that you selected on the Settings tab. The elements that you see in the schema can be mapped as input to the activities that follow this activity in the flow.