{
  "id": "esign",
  "initial": "active",
  "context": {},
  "states": {
    "active": {
      "type": "parallel",
      "states": {
        "followup": {
          "type": "compound",
          "initial": "form_survey_followup_esign",
          "states": {
            "done": {
              "type": "final"
            },
            "form_survey_followup_esign": {
              "type": "atomic",
              "on": {
                "NEXT": [
                  {
                    "target": "done"
                  }
                ]
              }
            }
          }
        },
        "main": {
          "type": "compound",
          "initial": "form_esign_view_only",
          "states": {
            "done": {
              "type": "final"
            },
            "form_esign_view_only": {
              "type": "atomic",
              "on": {
                "NEXT": [
                  {
                    "target": "done"
                  }
                ]
              }
            }
          }
        },
        "return": {
          "type": "compound",
          "initial": "form_bpkb_return",
          "states": {
            "done": {
              "type": "final"
            },
            "form_bpkb_return": {
              "type": "atomic",
              "on": {
                "NEXT": [
                  {
                    "target": "done"
                  }
                ]
              }
            }
          }
        }
      }
    }
  }
}