Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Get Process Instance

UiPath.Oracle.IntegrationCloud.Process.Activities.GetProcessInstanceActivity

The Get Process Instance activity uses the Oracle Integration Retrieve Process Instance API to retrieve a specific process (Process Id).

After completing the get operation, the activity outputs the process details in a DataTable object (Process Details) along with the API call status (Status) and response message (Response Message).

How it works

The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Oracle Process Scope activity to your project.
  3. Add an activity or run an external process that outputs the process identifier (e.g., , ).
  4. Add the Get Process Instance activity inside the Oracle Process Scope activity.
  5. Enter a value for the Input property.
  6. Create and enter a DataTable variable and String variables for the Output properties.
  7. Run the activity.

    • Your input properties are sent to the Retrieve Process Instance API.
    • The API returns the DataTable and String values to your output property variables.


Properties

Common
  • DisplayName - The display name of the activity. This field supports only Strings or String variables.
Input
  • Process Instance Id - The identifier assigned to the process that you want to retrieve. Enter a Int32 or Int32 variable. To get the Process Instance Id value, add an activity or run an external process that outputs the process identifier (e.g., , ).
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
  • Process Instance - Enter a DataTable variable.
  • Response Message - The API response message. Enter a String variable
  • Status - The status of the request. This field supports only String variables. Possible values are Success or Failure.

Example

The following image shows an example of the activity dependency relationship and input/output property values.



  • How it works
  • Properties
  • Example

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.