SF Wave Check Status

The SF Wave Check Status activity is used for checking the status of a job that you have submitted in Salesforce.com Einstein Analytics.

Configuration

The Configuration tab has the following fields that identify which Salesforce.com connection to use and the option to wait for the completion of job processing.

Field Description
Connection Name Salesforce.com connection name. If you have created multiple Salesforce.com connections, select the one you want to use from the drop down menu for this field.
Wait For Completion Indicates whether this flow should wait till upload or delete job processing is completed. By default, it is set to False. Setting Wait For Completion to True exposes the following fields:

Timeout - Enter a value to specify the number of seconds an internal API call must wait before the data returns. The default timeout value is 180 seconds. This is a mandatory field.

Time Interval - Enter a value to specify the time interval between each Check Status call. The default time interval value is 15 seconds. This is a mandatory field.

Input

Field Description
Id Job ID for Salesforce.com Einstein Analytics Upload or Delete jobs whose status you want to check. You can map this to the id field from the output of a preceding Salesforce.com Einstein Analytics activity in the flow.

Output

Field Description
hasErrors A boolean value which displays True if request was not successful and returned errors.
results Result of the Check Status request.
results -> id ID of the Job for which you are monitoring the status.
results -> Status Returns current status of the job submitted.
results -> StatusMessage If all goes well it returns Null otherwise it returns any warnings or the reason behind the Upload or Delete failure.

The output of an activity is displayed for informational purposes only in this tab and cannot be modified or altered. The elements that you see in the output schema can be mapped as input to the activities which follow this activity in the flow.

Related concepts
Related reference