Find your content:

Search form

You are here

Is hosted workbench officially run / supported by Salesforce?

 
Share

Is workbench officially run / supported by Salesforce?

http://wiki.developerforce.com/page/Workbench

  1. If I am executing queries and downloading data using the bulk api, is that data stored on the workbench hosted platform before being downloaded or is it simply parsing the file to the local machine directly from Salesforce without being stored in the middle.

  2. Similarly if I am uploading files for ad-hoc bulk processing, is this data stored on the workbench hosted platform before being submitted to Salesforce for processing.


Attribution to: Michael Gill

Possible Suggestion/Solution #1

I do not think so. When you read the terms and agreements as of today it says:

5.No Warranty. WORKBENCH IS PROVIDED "AS-IS," EXCLUSIVE OF ANY WARRANTY WHATSOEVER. SFDC DISCLAIMS ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. WORKBENCH IS NOT A PRODUCT OF SFDC AND IS NOT SUPPORTED BY SFDC IN ANY WAY. Workbench may contain bugs or errors. Any production use of Workbench is at Your sole risk. You acknowledge that SFDC may discontinue making Workbench available to You at any time in its sole discretion.

But I use workbench (Rest explorer) console pretty much every day when I play around with REST API code


Attribution to: Rao

Possible Suggestion/Solution #2

To answer your first question, 'hosted Workbench' is officially run by salesforce.com, but, as rao points out in his answer, it is not officially supported. I'll ping ryanbrainard, author of Workbench, to answer your two sub-questions.


Attribution to: metadaddy

Possible Suggestion/Solution #3

Workbench does not have its own database, so nothing is stored long term. The only storage Workbench has is a Redis cluster used for short-term session management and background process queuing. Individual users' settings are stores in browser cookies. So, to answer your questions specifically:

  1. Bulk CSV/XML queries and their results are not stored in Workbench at all. All processing is done on the SFDC side and Workbench is just proxying the data.

  2. Uploaded files are stored temporarily for the life of the transaction and then destroyed.


Attribution to: ryanbrainard
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/1733

My Block Status

My Block Content