You are here:
Entry
Use the Entry element to define a set of Process Context Declarations, a set of parameters passed to a process, and data sources. The Entry element also defines a set of actions (Entry Actions) during the initialization of a process.
- ProcessContext
Declare process variables by using the ProcessContext element. - EntryActions
Define actions during the initialization of a process by using the EntryActions element. EntryActions preload data for the process and prepare the process for execution. Entry Actions are run after the variable declarations (via the ProcessContext) and before the process execution.

