Gets the value of an state set by this action's main execution.
String getState({required String name}) => environmentVariables['STATE_$name'] ?? '';