You are here:
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.
After the execution of all entry actions, the process defaultAction is run. See Process.
Structure of EntryActions:
<EntryActions>
<Action name="LoadOrderCount" actionType="LOAD" type="LuOrderCount">
<Return name="ProcessContext::LuOrderCount" />
</Action>
</EntryActions>

