Scheduled events

0
Can anyone help to to schedule an event through scheduled events to test locally, step-by-step, just to show message for every 10 seconds
asked
3 answers
2

Srinath,

Scheduled event flows (SEF's) never run in a user context so it wil never show a message. SEF’s can change objects etc but if you want to show something to a user you I would set a microflow timer widget on the homepage or higher on the layout that runs a microflow and do your stuff. You then have a user context and then you can show text to a user.

Regards,

Ronald

 

answered
1

 

You can use the Scheduled Event resource for creating a scheduler. Do the configuration as given below:

PLease note:

  1. Select a microflow which have the desired activity.
  2. You can start with an old timing 
  3. Timezone can be server –( your local time )or UTC
  4. mark repeat as – Yes
  5. Interval – 10 , Interval type- Second.
  6. Also you need to check the enabled option yes- then only the event work in local.

 

 

answered
-1

Hi Srinath,

You need to set server radio button instead of UTC..If u select UTC means It will reflect on cloud side.Server is used to trigger microflow from our local.So u should select option as Server.

 

Hope it will work.

Thanks

answered