OptionalskipSteps to skip during execution.
When the flow would normally execute one of these steps, it will instead immediately evaluate the step's outgoing paths and continue to the next valid step. This is useful for:
Skipped steps are still recorded in the execution path but marked as skipped. The step's output mapping is not applied when skipped.
OptionalstartStart execution at a specific step instead of the flow's entry point.
When provided, the flow agent will begin execution at this step, skipping all steps that would normally precede it. This is useful for:
The step must belong to the agent being executed. Use AIEngine.Instance.GetAgentSteps(agentId) to retrieve available steps.
Flow Agent-specific execution parameters.
These parameters allow callers to customize how a Flow Agent executes, including starting at a specific step or skipping certain steps. Use with ExecuteAgentParams.agentTypeParams for type-safe configuration.
Example
Since
2.127.0