Invoking start process smart service and update constant smart service in Expression Rule

Hi,

 

May I know how to invoke a start process smart service and update constant smart service in an expression rule.

 

Thanks,

Balaji.R

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to rp_balaji
    Hi Balaji,

    That makes sense. I have followed the design pattern that mentioned to achieve this in the past.

    Depending on your circumstances you could also redesign the application to either A) Always get the OAuth token when making a request instead of caching it or B) Set up a process model that retrieves the OAuth token value, stores it to the constant, then sets a new instance to run when the token expires (In my experience when you grab the OAuth token it includes a field telling you when it will expire.)
Children