1 of 102

Explaining Caseflow tasks

Last updated 2019 Nov 22

2 of 102

Goals of this presentation

  • Orient folks to queues and tasks, and why Caseflow uses tasks
  • Explain the appeals business processes through tasks

Note:

  • Higher Level Reviews and Supplemental Claims are excluded

Intended audience: Caseflow team, external teams using Caseflow data

3 of 102

First, a high level reminder of the appeals process

4 of 102

High level appeals process overview (happy path)

Judge Queue

Attorney Queue

Judge Queue

VLJ Support Queue

BVA Dispatch

Queue

Active inventory

Transcription

Hearing

Translation

National VSO - Informal Hearing Presentation

Intake

Dispatch appeal

Establish appeal

Complete administrative appeals processing tasks

Distribute to judge for decision

Write and sign decisions

Store until docket order*

Quality Review Queue

Privacy Queue

Other holds or "backwards" to other teams

*San Juan and Manila ROs automatically routed here

*What is docket order?

The Board is required by law to review appeals in docket order unless unusual hardship or “other sufficient cause” has been shown to advance a case on the docket. 38 U.S.C. § 7107(a) and 38 C.F.R. § 20.900(c). Docket order is determined in legacy by the date the VA Form 9 is filed and in AMA by the date the 10182 NOD is filed.

Active inventory

Transcription

Hearing

Translation

National VSO - Informal Hearing Presentation

Intake

*San Juan and Manila ROs automatically routed here

5 of 102

Appeals process mapped to Caseflow

Judge Queue

Attorney Queue

Judge Queue

VLJ Support Queue

BVA Dispatch

Queue

Active inventory

Transcription Queue

Hearing Schedule/ Queue

Translation Queue

VSO Queue

Caseflow Intake

Quality Review Queue

Interactive Decision Template

Privacy Queue

Other holds or "backwards" to other teams

Veteran sends in form

*What is docket order?

The Board is required by law to review appeals in docket order unless unusual hardship or “other sufficient cause” has been shown to advance a case on the docket. 38 U.S.C. § 7107(a) and 38 C.F.R. § 20.900(c). Docket order is determined in legacy by the date the VA Form 9 is filed and in AMA by the date the 10182 NOD is filed.

Dispatch appeal

Establish appeal

Complete administrative appeals processing tasks

Distribute to judge for decision

Write and sign decisions

Store until docket order*

6 of 102

Additional appeals processing steps

Post-

decisional motions

VLJ Support Staff

Case Review (Mail/Intake)

Hearing Branch

Mail/Intake team creates mail task

Veteran sends in mail

Mail task routed to appropriate team

AOD

Privacy Queue

Litigation Support

7 of 102

Defining "queue"

8 of 102

Our vision is to have just two types of queues that work for all use cases:

  1. Individual queues
  2. Organization queues (or more colloquially, team queues)

9 of 102

In reality, right now we have multiple individual queues

  1. Judge queue
  2. Attorney queue
  3. Co-located queue
  4. Generic queue

10 of 102

Individual queues

  • Individual queues contain cases that have tasks assigned to an individual user
  • URL = https://appeals.cf.ds.va.gov/queue

11 of 102

Organization/team queues

  • Team queues contain cases that have tasks assigned to the team or people on the team
  • URL = https://appeals.cf.ds.va.gov/organizations/organization-name

12 of 102

More about organizations

  • Organizations are how Caseflow groups members of various BVA (and beyond!) teams. Since members of the same team have similar responsibilities and levels of access, we are able to use organization membership as a form of access control. And since an appeal must visit multiple teams at the Board before being dispatched, we are able to use organizations to address members of those Board teams without the application code having to know explicitly who those individual members are.
  • This slide deck deliberately doesn't include the list of organizations that exist in Caseflow. See list of organizations, here.

13 of 102

Caseflow tasks

14 of 102

Caseflow uses tasks to track responsibility of an appeal through the process. Tasks essentially replace VACOLS locations. And, tasks reflect steps in the appeals process.

15 of 102

Caseflow tasks / What's a task tree?

  • A task is a single action that needs to be taken on an appeal
  • Tasks have owners, responsible for taking that action
  • These tasks are arranged in a tree. Parent tasks can have many child tasks
  • Children tasks always block & put their parents on hold. Things that don't block will live as siblings under the shared parent.

More about tasks in Caseflow's Wiki, here.

Parent task

Child task

Child task

Owner A

Owner B

16 of 102

Caseflow tasks / What's a task tree?

  • Child tasks can become parents to other child tasks.

Parent task

Child task

Child task

Owner A

Owner B

Child task

Owner C

17 of 102

Caseflow tasks / What's a task tree?

  • Other times, actions must be completed before another can begin, therefore blocking the parent task

DistributionTask

Informal Hearing Presentation

VSO

Process FOIA request

Privacy team

18 of 102

Caseflow tasks / Why a task tree?

  • Many actions are required to process appeals at the Board
  • Sometimes, actions should happen in parallel
  • The task tree captures an appeal's history as well as the current situation

Distribute case to judge

👋

Submit IHP

👋

Process mail

VSO

BVA

RootTask

👋

Non-blocking Mail Task

19 of 102

Why don't we use location codes?

The task tree solves two main pain points we confront when working with location codes:

  1. Allows us to know who has--and who had--ownership of an appeal at any point in time
    1. A more comprehensive view of the diary tab, mail tab, and VACOLS locations
  2. Centralizes work on an appeal into one place instead of through DAS/VACOLS, email, phone calls, post its, etc.

20 of 102

Task data elements

  • Task type
  • Action
  • Status
  • Assigned to
  • Assigned date
  • Note/instructions

Source: https://github.com/department-of-veterans-affairs/caseflow/blob/master/app/models/task.rb#L24

21 of 102

Caseflow tasks / Task statuses

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Note: These icons are not used in the Caseflow app.

22 of 102

Caseflow tasks / Task actions

Task actions

Task actions are the options that are presented in a dropdown menu on the case details page of an individual appeal. Each task has a set of actions available to be taken on it given the state of the appeal, type of task, and relationship of the current user to the appeal. Task actions do only one thing: redirect the current user to a different URL when clicked. The resulting page may be a modal or workflow where additional information is gathered to be sent in a subsequent request to the server.

23 of 102

Caseflow tasks / Task actions

24 of 102

Caseflow tasks / Task actions

Actions vary depending on the task

  • For example: JudgeDecisionReviewTask →
    • Send to be dispatched and create BvaDispatchTask
    • Send back to attorney and create AttorneyRewriteTask
    • Send to VLJ Support and create a ColocatedTask

25 of 102

Caseflow tasks / Some basics

  • Tasks are typically assigned to an organization first
  • Then, the child task is assigned to an individual.
  • Organizations can configure how tasks are assigned to individuals on their team - right now, we have automatic (round robin) and manual
  • When the individual task is completed, the organization task is also completed

Root task

Task

Task

Privacy team

Judge

Task

Attorney

Task

Privacy individual

26 of 102

Assume this org → individual pattern throughout the deck, unless otherwise marked.

27 of 102

Caseflow tasks and the appeals process

*AMA appeals

28 of 102

It all starts with a form

29 of 102

Notice of Disagreement form ( = an appeal)

30 of 102

Establish appeal

31 of 102

Caseflow Intake establishes the appeal. Once the appeal is established, Caseflow Queue automatically creates a Root Task for other tasks to attach to, depending on the Veteran's situation.

Root task

32 of 102

After the appeal is established, if the Veteran has a representative, a Track Veteran Task is automatically created and assigned to that representative so they can see their appeals. This could be an: IHP-writing VSO, field VSO, private attorney, or agent.

Root task

Track Veteran

(See VSO/private attorney/agent section)

33 of 102

If the Veteran has an IHP-writing VSO as their representative, two tasks are automatically created and assigned

Root task

Track Veteran

Informal Hearing Presentation

(See VSO/private attorney/agent section)

34 of 102

If the Veteran chose the Evidence Submission docket, an Evidence Window task with a task timer is attached. Task timers just mean that the task is marked complete after X days. Since Evidence Windows are 90 days (established by AMA), the task timer is set to 90 days.

Root task

Evidence Window

35 of 102

If the Veteran chose the Hearing docket, a Hearing task with at least one child task is created.

See: Hearings section

Root task

Hearing Task

Schedule Hearing

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

36 of 102

If the Veteran's address is Manila or San Juan, we automatically create a Translation Task, because VA assumes there are Veteran documents needing translation

Root task

Translation

37 of 102

Example: an IHP-writing VSO-represented Veteran from San Juan who chose the Evidence Submission docket

Caseflow's task tree can reflect the Veteran's situation. An appeal can be established with many tasks to start.

Root task

Translation

Track Veteran

Informal Hearing Presentation

Evidence Window

38 of 102

VSOs/Private attorneys/agents

39 of 102

If the Veteran has a representative, a Track Veteran Task is assigned to their organization so they can see their appeals.

Root task

Track Veteran

This could be assigned to an:

  • IHP-writing VSO
  • Field VSO
  • Private attorney
  • Agent

depending on who the Veteran elects as their representative.

Private attorneys, agents, and field VSOs cannot create, assign, or be assigned any tasks (other than the TrackVeteranTask, which does not require action)

40 of 102

If the Veteran has an IHP-writing VSO as their representative, two tasks are added.

Root task

Track Veteran

Informal Hearing Presentation

41 of 102

If the Veteran has an IHP-writing VSO as their representative, an Informal Hearing Presentation Task is added and assigned to that particular VSO's organization

Root task

Track Veteran

Informal Hearing Presentation

42 of 102

VSOs can then assign tasks to individuals that are part of their organization

Root task

Track Veteran

Informal Hearing Presentation

Informal Hearing Presentation

43 of 102

VSOs can then assign tasks to individuals that are part of their organization

Root task

Track Veteran

Informal Hearing Presentation

Informal Hearing Presentation

44 of 102

Hearings

45 of 102

If the Veteran chose the Hearing docket, a Hearing Task is automatically created by Caseflow Queue after the appeal is established through Caseflow Intake. This Hearing Task serves as the base for all other hearing-related tasks. The first of which is a Schedule Hearing task

Root task

Hearing Task

👋

Schedule Hearing

46 of 102

There are a few scenarios - like missing data or Veteran situations - that automatically create Hearing Admin Tasks, which are assigned to the Hearing Admin organization. These tasks block the hearing from being scheduled until they are complete, so they are added as children to the Schedule Hearing task.

Root task

Hearing Task

Schedule Hearing

👋

Hearing Admin Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

47 of 102

If a Veteran does not have an address, or the address is "incomplete or ambiguous" in Corporate Database, a Hearing Admin - Verify Address Task is created and assigned to the Hearing Admin organization. This task blocks the hearing from being scheduled until they are complete, so they are added as children to the Schedule Hearing task.

Root task

Hearing Task

Schedule Hearing

👋

Hearing Admin Task - Verify Address

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Source: https://github.com/department-of-veterans-affairs/caseflow/blob/master/app/services/va_dot_gov_address_validator/error_handler.rb#L16

48 of 102

Hearing Admin Action Tasks

As of 10/31/2019

  • "hearing_admin_action_contested_claimant_task"
  • "hearing_admin_action_foia_privacy_request_task"
  • "hearing_admin_action_foreign_veteran_case_task"
  • "hearing_admin_action_incarcerated_veteran_task"
  • "hearing_admin_action_missing_forms_task"
  • "hearing_admin_action_other_task"
  • "hearing_admin_action_verify_address_task"
  • "hearing_admin_action_verify_poa_task"

Documentation can get out of date. The source of truth for this is here.

49 of 102

When a hearing is scheduled, the Schedule Hearing Task is complete and a Assign Hearing Disposition Task is created, as a child to the Hearing Task.

After the hearing is addressed in some way, users assign a disposition to the hearing (held, cancelled, no show, postponed), which completes the Assign Hearing Disposition Task. Different task structures result based on the hearing's disposition, that are discussed in the Hearing Disposition flows section.

Root task

Hearing Task

Schedule Hearing

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

👋

Assign Hearing Disposition Task

50 of 102

Scenario: The hearing request is withdrawn (before the hearing was scheduled)

Schedule Hearing Task is cancelled and the Hearing Task is automatically closed

Root task

Hearing Task

Schedule Hearing

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

51 of 102

Hearing dispositions flows

  • Postponed
  • Held
  • Cancelled
  • No Show

52 of 102

Disposition: The hearing is postponed and the Veteran is immediately re-scheduled

Assign Hearing Disposition Task is completed and the Hearing Task is automatically closed. A new Hearing Task and Assign Hearing Disposition Task are created

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Hearing Task

👋

Assign Hearing Disposition Task

53 of 102

Disposition: The hearing is postponed and the Veteran is NOT immediately re-scheduled

Assign Hearing Disposition Task is completed and the Hearing Task is automatically closed. A new Hearing Task and Schedule Hearing Task are created

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Hearing Task

👋

Schedule Hearing Task

54 of 102

Disposition: The hearing was held.

Assign Hearing Disposition Task is completed and the Hearing Task is automatically closed as complete. Since all hearings are required to be transcribed, a Transcription Task is created and assigned to the Hearing Branch. Also, AMA allows the Veteran 90 days to submit evidence after a hearing, so an Evidence window task is created. The Evidence Window tasks expires in 90 days

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

👋

Transcription Task

👋

90 day Evidence Window

55 of 102

Disposition: The hearing was held and the Veteran waives their Evidence Window.

Assign Hearing Disposition Task is completed and the Hearing Task is automatically closed as complete. Since all hearings are required to be transcribed, a Transcription Task is created and assigned to the Hearing Branch. The Evidence Submission task is never created.

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

👋

Transcription Task

56 of 102

Scenario: The hearing request is withdrawn/cancelled (after the hearing was scheduled)

Assign Hearing Disposition Task is completed and the Hearing Task is automatically closed. The Veteran remains in the hearing docket, and still has the chance to submit evidence and waits 90 days before being distributed to a judge. If the Veteran has an IHP-writing VSO, an IHP task is also created.

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

👋

90 day Evidence Window

57 of 102

Disposition: The Veteran was a no show for their hearing.

Assign Hearing Disposition Task is completed and a No Show Hearing Task is created as a child to it, assigned to the Hearing Branch.

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Root task

Hearing Task

Disposition Task

👋

No Show Hearing Task

58 of 102

Disposition: The Veteran was a no show for their hearing.

59 of 102

Disposition: The Veteran was a no show for their hearing.

The No Show Hearing Task has 3 options:

  1. Mark the No Show Hearing Task as complete, and postpone the hearing to be scheduled again
  2. Send for hearing disposition change (because perhaps No Show was incorrect)
  3. Mark the No Show Hearing Task as complete, essentially letting it wait to be distributed to a judge.

See next slides for visuals.

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

60 of 102

Disposition: The Veteran was a no show for their hearing.

61 of 102

No show option 1: The Veteran was a no show for their hearing and the Hearing Branch postpones the hearing.

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

No Show Hearing Task

Hearing Task

👋

Schedule Hearing

62 of 102

No show option 2: The Veteran was a no show for their hearing and the Hearing Branch chooses to Send for hearing disposition change

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Root task

Hearing Task

Assign Hearing Disposition Task

No Show Hearing Task

👋

Change Disposition Task

63 of 102

No show option 3: The Veteran was a no show for their hearing and the Hearing Branch releases the case for decision. No Show Hearing Task is marked complete, the 90 day evidence window task is assigned. When it expires, the case can be distributed to a judge for decision.

Root task

Hearing Task

Assign Hearing Disposition Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

No Show Hearing Task

👋

90 day Evidence Window

64 of 102

Automatic case distribution

Distributing cases in docket order, across all 4 dockets, to judges for decision drafting and signing

65 of 102

A variety of parameters need to be true before a case is automatically distributed to a judge.

For example, all blocking tasks need to be complete/cancelled (e.g. Evidence Submission docket or Hearing docket evidence windows, no blocking mail tasks, etc.) and the Distribution Task needs to be in the status of assigned.

Root task

👋

Distribution Task

Evidence Window

Informal Hearing Presentation

Track Veteran Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

66 of 102

Tasks that block distribution

Hearing docket and Evidence Window docket related tasks that block distribution:

  • Evidence Window Submission tasks
    • (e.g. for a hearing or evidence window appeal)
  • Transcription tasks

Other blocking tasks:

  • Translation tasks
  • Informal Hearing Presentation tasks

Mail tasks that block distribution:

  • Congressional Inquiries
  • FOIA request
  • Privacy act request
  • Privacy complaint
  • Power of attorney related
  • Extension request
  • Hearing related

You can check whether any given Mail Task is blocked via their function `blocking?` returning true - see code here

67 of 102

When the distribution task is assigned, Automatic Case Distribution can distribute the case to a judge. This completes the Distribution Task and creates a Judge Assign Task, assigned to the judge.

Root task

👋

Distribution Task

Track Veteran Task

Before ACD

After ACD

Root task

👋

Judge Assign Task

Task statuses (& key for this deck)

  • Assigned 👋
  • In progress 💪🔜
  • On hold
  • Completed ✅
  • Canceled ⛔

Track Veteran Task

Distribution Task

68 of 102

More reading:

69 of 102

Decision drafting and signing

70 of 102

When the judge assigns a task to the attorney, it creates an Attorney Task, assigned to the attorney, and a Judge Decision Review task on hold, assigned to the judge

Root task

👋

Judge Assign task

Before assigning to attorney

71 of 102

When the judge assigns a task to the attorney, it creates an Attorney Task, assigned to the attorney, and a Judge Decision Review task on hold, assigned to the judge. At this time, Judge —> Attorney tasks do not follow the Org —> user structure explained earlier. They are both forms of individual queues.

Root task

👋

Judge Assign task

Root task

Judge Decision Review Task

👋

Attorney Task

Before assigning to attorney

After assigning to attorney

Judge Assign task

72 of 102

Judge tasks

Task type

Task definition

Judge Assign Task

Cases that have been distributed to a judge for assignment to an attorney to draft a decision

Judge Decision Review Task

Tasks assigned to judges to sign decisions, after an attorney has drafted one

Judge Quality Review Task

Quality Review sent the case back to judge for a revision

Judge Dispatch Return Task

Decision Management Branch sends the case back to judge due to an error or revision needed

73 of 102

Attorney tasks

Task type

Task definition

AttorneyTask

Tasks assigned to attorneys to draft decisions

AttorneyRewriteTask

Tasks assigned to attorneys when the judge wants them to revise/rewrite the decision

AttorneyQualityReviewTask

Tasks assigned to attorneys by a judge, when QR wanted that judge to revise/rewrite the decision

AttorneyDispatchReturnTask

Tasks assigned to attorneys by a judge, when Dispatch wanted that judge to revise/rewrite the decision

74 of 102

When the attorney finishes drafting the decision, they complete their Attorney Task via their check out flow. Now, the JudgeDecisionReview task is no longer on hold. Judges sign decisions in the Interactive Decision Template (IDT) and go through a check out flow to complete their task.

Root task

👋

Judge Decision Review Task

Attorney Task

75 of 102

Sometimes, the judge might ask the attorney to revise/rewrite their decision. When judges select this action, Caseflow creates an Attorney Rewrite Task for that attorney, as a child of the Judge Decision Review Task.

Root task

Judge Decision Review Task

👋

Attorney Rewrite Task

Attorney Task

76 of 102

VLJ Support

Note: Our code uses `ColocatedTasks` to describe these tasks. This VLJ Support Branch previously was referred to as "co-located" because they physically sit on the same floor as attorneys/judges at the Board. VLJ Support is more accurate, however.

77 of 102

At any time, judges or attorneys might find documents in the Veteran's file that indicate a decision can't be drafted (e.g. the Veteran submitted an extension request). They assign an "admin action" (create a Colocated task) to VLJ Support Staff (VLJSS). These tasks are first assigned to the VLJSS organization, then automatically assigned round robin to an individual on the VLJ Support Staff team. Parent tasks are put on hold.

Root task

Judge Assign Task

👋

Colocated Task

If from judge before assigning to attorney

If from attorney before finishing draft decision

Root task

Judge Decision Review Task

Attorney Task

👋

Colocated Task

Root task

Judge Decision Review Task

👋

Colocated Task

If from judge after attorney drafted decision

78 of 102

Board recently changed its policy to allow admin actions to be automatically routed to the Branch that completes the admin action task, rather than requiring them all to stop at VLJ Support Staff.

As of 10/31/2019, we are not automatically creating other branches' tasks. Instead we're using "PreroutingColocatedTasks" to facilitate this automatic transfer. Refactoring could simplify this in the future.

For example:

Root task

Judge Assign Task

PreRoutingColocatedTask

👋

TranslationTask

79 of 102

Tasks assigned to VLJSS

  • IHP
  • POA clarification
  • AOJ
  • Extension
  • Unaccredited rep
  • Retired VLJ
  • Arneson
  • New rep arguments
  • Pending scanning (VBMS)
  • Address verification
  • Missing records
  • Stayed appeal
  • Other

80 of 102

Tasks with pre-routing tasks, assigned elsewhere

  • FOIA
    • Assigned to Privacy team after a pre-routing task is created and completed
  • Translation
    • Assigned to Translation team after a pre-routing task is created and completed
  • Confirm hearing scheduling
    • Assigned to Hearing Branch team after a pre-routing task is created and completed
  • Hearing clarification
    • Assigned to Hearing Branch team after a pre-routing task is created and completed
  • Missing hearing transcripts
    • Assigned to Hearing Branch team after a pre-routing task is created and completed

81 of 102

Mail

82 of 102

Mail tasks are created by the mail team, and automatically routed/assigned based on the task type

Post-

decisional motions

VLJ Support Staff

Case Review (Mail/Intake)

Hearing Branch

Mail/Intake team creates mail task

Veteran sends in mail

Mail task routed to appropriate team

AOD

Privacy Queue

Litigation Support

83 of 102

Mail tasks routing logic (Note: code will always be best source of truth)

Mail task type

If appeal is active

If appeal is inactive

Change of Address

VLJ Support

No task created. If at RO, send mail to appropriate RO

Evidence or Argument

VLJ Support

Lit Support

Hearing Related

- Hearing branch if open hearing branch tasks

- all else, VLJ Support

No task created. If at RO, send mail to appropriate RO

Power of Attorney Related

VLJ Support

No task is created. If at RO, send to appropriate RO.

Extension Request

VLJ Support

No task created

Death Certificate

VLJ Support

VLJ Support

84 of 102

Mail tasks routing logic (Note: code will always be best source of truth)

Mail task type

If appeal is active

If appeal is inactive

Motion to Advance on Docket

AOD

AOD

FOIA Request

Privacy

Privacy

Privacy Act Request

Privacy

Privacy

Privacy Complaints

Privacy

Privacy

Withdrawal of Appeal

Case Review

Case Review

Returned or Undeliverable Mail

This will go to the existing task owner. If there are multiple tasks, we choose the most recently created task's owner

exception: automatically route to hearing branch if open hearing branch tasks

Manual routing - likely Dispatch team because it's an undeliverable decision document

85 of 102

Mail tasks routing logic (Note: code will always be best source of truth)

Mail task type

If appeal is active

If appeal is inactive

Congressional Interest

Lit Support

Lit Support

Controlled Correspondence

Lit Support

Lit Support

CUE Related

Lit Support

Lit Support

Motion for Reconsideration

Lit Support

Lit Support

Status Inquiry

Lit Support

Lit Support

Other Motion

Lit Support

Lit Support

Motion to Vacate

Lit Support

Lit Support

86 of 102

Quality Review

87 of 102

When judges complete their Decision Review tasks, one of two things can happen.

  1. A BVA Dispatch task is immediately created, so the decision can leave the Board
  2. A Quality Review task is immediately created, because Caseflow has randomly selected it for Quality Review.

Root task

Judge Decision Review Task

Root task

👋

Quality Review Task

Root task

👋

BVA Dispatch Task

OR

88 of 102

Quality Review tasks are assigned to the Quality Review organization. Then, the admin of the QR organization assigns them manually to individuals on the QR team. (No round robin assignment, like exists for VLJ Support Staff)

Root task

👋

Quality Review Task

Root task

Quality Review Task

👋

Quality Review Task

Assigned to organization

Assigned to organization

Assigned to individual

89 of 102

When the QR individual finds something in the decision that requires a judge to rewrite or revise their decision, they assign a task to the judge. When the judge completes that task, the QR task assigned to the individual will no longer be on hold, so can be worked again

Root task

Quality Review Task

Quality Review Task

Assigned to organization

Assigned to individual

👋

Judge Quality Review Task

Assigned to judge

90 of 102

The judge could assign a task back to the attorney to make the required fix

Root task

Quality Review Task

Quality Review Task

Assigned to organization

Assigned to individual

Judge Quality Review Task

Assigned to judge

👋

Attorney Quality Review Task

Assigned to attorney

91 of 102

Dispatch

92 of 102

If the QR team doesn't find any issues, they can complete their task, and the BVA Dispatch task will be created.

👋

BVA Dispatch Task

Assigned to organization

Root task

Quality Review Task

Quality Review Task

Assigned to organization

Assigned to individual

93 of 102

BVA Dispatch tasks are automatically round robin assigned to members of the `board-dispatch` organization.

Root task

BVA Dispatch Task

👋

BVA Dispatch Task

Assigned to organization

Assigned to individual

94 of 102

If BVA Dispatchers find any issues in the decision, they can send a task to the judge to fix. When the judge completes that task, the BVA Dispatch task assigned to the individual will no longer be on hold, so can be worked again

Root task

BVA Dispatch Task

BVA Dispatch Task

Assigned to organization

Assigned to individual

👋

Judge Dispatch Return Task

Assigned to judge

95 of 102

The judge could assign a task back to the attorney to make the required fix

👋

Attorney Dispatch Return Task

Assigned to attorney

Root task

BVA Dispatch Task

BVA Dispatch Task

Assigned to organization

Assigned to individual

Judge Dispatch Return Task

Assigned to judge

96 of 102

Litigation Support

IN DEVELOPMENT

97 of 102

Caseflow Intake tasks

98 of 102

Caseflow Intake has queues & tasks

  • Uses Caseflow queue frontend code, but different design
  • Built inside Caseflow Intake app, not Caseflow Queue app
  • Intake Tasks do not have a parent RootTask
  • Examples of tasks are DecisionReviewTask and VeteranRecordRequest
  • Available at the /decision_reviews/:business-line URL

99 of 102

Graveyard

100 of 102

Organizations - BVA

As of 10/31/2019

  • Case Review - this team establishes appeals; this queue exists to hold mail tasks, like withdrawal of appeal tasks, because this case review team primarily uses Caseflow Intake
  • Translation - this branch processes translations, with vendor
  • Transcription - this branch processes hearing transcripts, with vendor
  • Mail (behind the scenes) - this team processes mail, but they don't use the queue. As a member of this organization, they can add mail tasks
  • Hearings management - hearing branch
  • Hearing admin - hearing branch individuals who complete more specific tasks
  • Every Judge or Acting VLJ - judges
  • VLJ Support Staff - admin professionals who process admin tasks
  • Bva Dispatch - this branch mails decided appeals to Veterans
  • Bva - parent organization for all people at the Board. Admins of this org have user management privileges
  • Case movement - members of this queue can move cases that are ready for distribution to a judge for assignment
  • Litigation Support - members of this queue process Lit Support tasks, like motions or mail
  • AOD - members of this queue process AOD motions, and mark users AOD

101 of 102

Organizations - External

As of 9/5/2019

  • Every VSO representative
    • Field
    • National, and therefore, IHP-writing
  • Every Private Bar attorney representative
  • Every Agent representative

102 of 102

Organizations - other VA entities

As of 9/5/2019

  • Compensation
  • Education
  • Fiduciary
  • Insurance
  • Loan Guaranty
  • National Cemetery Administration
  • Pension & Survivor's Benefits
  • Veterans Health Administration
  • Vocational Rehabilitation and Employment