---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/jobs](../index.md) / JobExecutionInfo

# Interface: JobExecutionInfo

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:16](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L16)

Canonical, backend-agnostic job execution shape (camelCase).

SCAPI ops return this directly; OCAPI ops return raw snake_case which the
caller maps via [mapOcapiExecution](../functions/mapOcapiExecution.md).

## Properties

### \_raw?

> `optional` **\_raw**: `unknown`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:42](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L42)

***

### duration?

> `optional` **duration**: `number`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:37](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L37)

***

### endTime?

> `optional` **endTime**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:36](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L36)

***

### executionStatus

> **executionStatus**: `"aborted"` \| `"unknown"` \| `"running"` \| `"pending"` \| `"finished"` \| `"pausing"` \| `"paused"` \| `"resuming"` \| `"resumed"` \| `"restarting"` \| `"restarted"` \| `"retrying"` \| `"retried"` \| `"aborting"`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:19](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L19)

***

### exitStatus?

> `optional` **exitStatus**: `object`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:34](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L34)

#### code

> **code**: `string`

#### message?

> `optional` **message**: `string`

#### status?

> `optional` **status**: `"error"` \| `"ok"`

***

### id

> **id**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:17](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L17)

***

### isLogFileExisting?

> `optional` **isLogFileExisting**: `boolean`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:40](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L40)

***

### jobId

> **jobId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:18](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L18)

***

### logFilePath?

> `optional` **logFilePath**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:39](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L39)

***

### parameters?

> `optional` **parameters**: `object`[]

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:41](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L41)

#### name

> **name**: `string`

#### value

> **value**: `string`

***

### startTime?

> `optional` **startTime**: `string`

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:35](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L35)

***

### stepExecutions?

> `optional` **stepExecutions**: [`JobStepExecutionResult`](JobStepExecutionResult.md)[]

Defined in: [packages/b2c-tooling-sdk/src/operations/jobs/types.ts:38](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/2feab01f654eec77c6d702777ec2818472f131f1/packages/b2c-tooling-sdk/src/operations/jobs/types.ts#L38)
