src/stepfunctions/steps/states.py [507:519]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if retry:
            self.add_retry(retry)

        if catch:
            self.add_catch(catch)

    def allowed_fields(self):
        return [
            Field.Comment,
            Field.InputPath,
            Field.OutputPath,
            Field.Parameters,
            Field.ResultPath,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/stepfunctions/steps/states.py [631:643]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if retry:
            self.add_retry(retry)

        if catch:
            self.add_catch(catch)

    def allowed_fields(self):
        return [
            Field.Comment,
            Field.InputPath,
            Field.OutputPath,
            Field.Parameters,
            Field.ResultPath,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



