diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-05 14:16:42 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 10:31:33 +0000 |
commit | 2e1c10996a0a08b9bf50af05300fef5c253854e7 (patch) | |
tree | 4fc93f71dd6fc30fe784096603dcbcd35772ba6e /perllib/Integrations/Echo.pm | |
parent | 5e645b3e795e0d9a60425f0d8240c2263dc5a89d (diff) |
[Bromley] Nuanced template resolution codes.
Have the response template external status code be a combination
of resolution code, task type ID, and task state.
Diffstat (limited to 'perllib/Integrations/Echo.pm')
-rw-r--r-- | perllib/Integrations/Echo.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/Integrations/Echo.pm b/perllib/Integrations/Echo.pm index 5878cdfa1..0216240da 100644 --- a/perllib/Integrations/Echo.pm +++ b/perllib/Integrations/Echo.pm @@ -94,6 +94,7 @@ sub GetTasks { Ref => { Value => { anyType => [ 123, 456 ] } }, State => { Name => 'Completed' }, Resolution => { Ref => { Value => { anyType => 187 } }, Name => 'Wrong Bin Out' }, + TaskTypeId => 3216, CompletedDate => { DateTime => '2020-05-27T10:00:00Z' } }, { |