This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Schedule Process with No Base Object

Using v7.1. Is it possible to kick off a scheduled Process Orchestration process chain with no base object? There's some customisation that I'm thinking about doing and as a scheduled task I want to stamp some records and make a foreign key for the stamps in a custom table for some business logic groupings. This process doesn't need a base object and I don't think I want it to have one because I want it to definitely fire only once at the scheduled time. If the process gets fired off for multiple base objects, I would probably run into a problem with concurrency corrupting the stamps and references I mentioned. So anyway to achieve this?

Parents
  • I could set the process to use the DialogSchedule table but what event would I use to trigger it. I just want it to be a timed process, kicked off once every day. It doesn't make sense to make it an Insert, Delete or Update on the DialogSchedule table.
Reply
  • I could set the process to use the DialogSchedule table but what event would I use to trigger it. I just want it to be a timed process, kicked off once every day. It doesn't make sense to make it an Insert, Delete or Update on the DialogSchedule table.
Children
No Data