# Start or Abort Bulk API Job

> Activity for starting or aborting a Salesforce bulk API job by specifying the job ID and desired action

`UiPath.Salesforce.Activities.UpdateBulkApiJob`

Starts or aborts a bulk API job.

## Properties

### Common

* **DisplayName** - The display name of the activity.

### Input

* **Action** - Specifies what kind of action to perform on the specified bulk API job. By default, this property is set to **Start**. Two options are available for this property, **Start** and **Abort**.
* **Id** - The ID of the bulk API job that you want to start or stop. This field supports only strings and String variables.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **SalesforceStatus** - The status that is returned from Salesforce once the action is completed, stored in a `SalesforceStatus` variable. This field supports only `SalesforceStatus` variables.
