Skip to main content
June 1, 2022
Question

Trigger Exception Flow for User Input Task timer Event

  • June 1, 2022
  • 6 replies
  • 0 views

Hi All,

I have requirement where i need to trigger an exception path for User Input task,  .If Thee active user input task does not receive any service data within given time frame, It should follow a exception path at specific time, let it be  7:30 AM EST . This should be checked daily , if by this time summary is not received , the exception flow should be triggered. kindly help me with this configuration.

    6 replies

    stefanhelzle0001
    Brainy
    June 1, 2022

    Please explain what you mean with "If Thee active user input task does not receive any service data within given time frame".

    But in general, did you have a look at UIT exceptions? That should give you all the options you need.

    docs.appian.com/.../Process_Node_and_Smart_Service_Properties.html

    June 1, 2022

    I have taken look given link,

    But i need to know how to set a specific time for example 7:30 AM EST in exceptions tab for timer configuration. i need my exception flow to trigger shorp at 7:30 AM EST after my User Input task is active

    stefanhelzle0001
    Brainy
    June 1, 2022

    You define a timer which triggers at 7:30 the next day. Do the calculation like this:

    datetime(year(today()), month(today()), day(today() + 1), 7, 30)