aditya thota Posted July 30, 2019 Share Posted July 30, 2019 I have a timer process that will execute daily. I want to add a call process to this existing process and execute the call process only month end. Link to comment Share on other sites More sharing options...
Manikanta Natukula Posted July 30, 2019 Share Posted July 30, 2019 use the below condition in transition tib:get-day-from-date(current-dateTime()) = substring-after(substring-before(tib:add-to-date(current-date(), 0, 1, 0) -current-date(), 'D'), 'P') Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now