read :get_invoice_data, MmsBiztalk.InvoiceData, :current do
get? true
not_found_error? false
input(%{
help_desk_id: path(arg(:attributes), [:help_desk_id])
})
end
branch :invoice_data_found, expr(^result(:get_invoice_data)) do
end
read :get_invoice_data, MmsBiztalk.InvoiceData, :current do
get? true
not_found_error? false
input(%{
help_desk_id: path(arg(:attributes), [:help_desk_id])
})
end
branch :invoice_data_found, expr(^result(:get_invoice_data)) do
end