# Get Current Job Info

> `UiPath.Core.Activities.GetCurrentJobInfo`

`UiPath.Core.Activities.GetCurrentJobInfo`

## Description

Retrieves information such as Process name, Workflow name, User name, User email, Picture in Picture info, and Timestamp from the current [Orchestrator job](https://docs.uipath.com/orchestrator/docs/about-jobs).

## Project compatibility

**Windows - Legacy** | **Windows** | **Cross-platform**

## Cross-platform configuration

* **JobData** - Contains job info such as process name, job key, workflow name, user name, user email, and timestamp.

## Windows - Legacy, Windows configuration

#### **Properties panel**

#### **Common**

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

#### **Misc**

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

**Output**
* **JobData** - Reference to the information that was retrieved, such as process name and version, workflow name, robot name, and mode of execution.

  ![docs image](https://dev-assets.cms.uipath.com/assets/images/activities/activities-docs-image-183705-f2bd5c66.webp)
