EARunEntityFlow
This document was generated using Claude.ai
Overview
Executes another entity flow by its business code. This meta-action allows one entity flow to trigger another, enabling complex workflow orchestration and reusable action patterns.
When This Action Runs
Manual execution when one entity flow needs to invoke another entity flow as part of a larger workflow or business process sequence.
How It Works
- Locates target flow - Finds EntityFlow by the specified business code
- Validates applicability - Checks if the target flow is applicable to the current entity type
- Verifies manual execution - Ensures the target flow is configured for manual execution
- Executes flow - Runs the target entity flow on the current entity
- Returns results - Accumulates and returns results from the executed flow
Parameters
Parameter 1: Entity Flow Code (Required) - Business code of the EntityFlow to execute
Database Tables Affected
- EntityFlow - Reads flow configuration and execution parameters
- Variable Tables - Depends on the target entity flow being executed
- Target Flow Impact - Database changes depend entirely on what the target flow does
Module: core
Full Class Name: com.namasoft.infor.domainbase.util.actions.EARunEntityFlow