The process dataset contains variables that the developer defines or that CA Process Automation defines automatically when a process instance starts. The Process keyword is used to access variables in the process dataset. You can use either dot notation or bracket notation to specify a process variable in an expression:
Process.variable_name Process[expression]
The expression can specify the variable name as a literal string in the format:
Process["variable_name"]
For example:
Process[“StartDate”]
Process.StartDate
CA Process Automation defines the following process system variables automatically when it runs a process:
The user ID that started the process instance. When a parent process uses a Start Process operator to start a child process, the parent process passes the CallerUser value forward. When a Start Process operator in a scheduled task starts another process, CallerUser is blank.
The name of the process object as seen in the library.
The current owner of the process object.
The date when this process instance ended, in the format:
MM/DD/YYYY
The time when this process instance ended, in the format:
HH:MM:SS
The name of the original process object ending in a unique run-time object identifier that identifies each instance of a process. For example, 372 is appended to process_1, resulting in an InstanceName of process_1_372.
For internal use only.
Object identifier for internal use only.
The unique run-time object identifier for the parent process that started the child process.
For internal use only.
A unique object identifier that the application appends to the process DisplayName to identify each process instance. For example, RuntimeROID 372 is appended to process_1, resulting in an InstanceName of process_1_372.
The date and time when the process was scheduled to start.
The name of the server that is associated with the touchpoint.
For internal use only.
The date when this instance of the process was created, in the format:
MM/DD/YYYY
The time when this instance of the process was created, in the format:
HH:MM:SS
The name of the Orchestrator managing the running process.
|
Copyright © 2014 CA.
All rights reserved.
|
|