OpenFn / OpenFn/adaptors

Add option to `salesforce` for `asyncMode: true/false` on bulk(...)

Open
#286 2 comments 0 reactions 1 assignee View on GitHub

@mtuchi is already working on this.

Since Jun 21, 2023.

  • #907 by @mtuchi — closed without merging
wontfix
Dominant language
JavaScript
Stars
24
Forks
41
Avg merge
3d 13h
Merged PRs (30d)
12

Description

Right here, if the user has specified asyncMode in their bulk options, we should exit, returning batchInfo to state.references.

https://github.com/OpenFn/adaptors/blob/main/packages/salesforce/src/Adaptor.js#L236

If they have not provided this extra asyncMode option, we should continue with the .then() and return all record info to state as we currently do. (No change there.)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.