Create CONTEXT operations for each branch/iteration with full checkpointing. Operations within each
branch/iteration are wrapped in their own context. - **Observability**: High - each branch/iteration appears as
separate operation in execution history - **Cost**: Higher - consumes more operations due to CONTEXT creation
overhead - **Scale**: Lower maximum iterations due to operation limits
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.