Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PRL-6564 Hearing status change notification to court admin #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/main/resources/wa-task-configuration-privatelaw-prlapps.dmn
Original file line number Diff line number Diff line change
Expand Up @@ -1870,6 +1870,26 @@ taskAttributes. taskType else if(taskType != null) then taskType else null</text
<text></text>
</outputEntry>
</rule>
<rule id="DecisionRule_1etrohr">
<inputEntry id="UnaryTests_0h7unfd">
<text></text>
</inputEntry>
<inputEntry id="UnaryTests_0lbkiwr">
<text>"hearingListed"</text>
</inputEntry>
<inputEntry id="UnaryTests_1t4ex04">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_13vazdt">
<text>"description"</text>
</outputEntry>
<outputEntry id="LiteralExpression_0hdvmpk">
<text>"[Create notice of proceeding or add date to Judge's order]"</text>
</outputEntry>
<outputEntry id="LiteralExpression_1o8u5ip">
<text></text>
</outputEntry>
</rule>
</decisionTable>
</decision>
<decision id="Decision_11ew6tt" name="Order ID">
Expand Down
Loading