Scheduling workflow with spring
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 03:48 AM
Hi,
I'm planning to use Activiti Engine in our application. But before starting, I wanted to understand what all ways activiti provides to schedule a workflow? As I read somewhere, Activiti on its own doesn't provide any scheduling option. So, are there options to use Spring schedulers, or cron tab may be to kick start the workflow, every day? I don't want to use Quartz Scheduler for this.
I'm planning to use Activiti Engine in our application. But before starting, I wanted to understand what all ways activiti provides to schedule a workflow? As I read somewhere, Activiti on its own doesn't provide any scheduling option. So, are there options to use Spring schedulers, or cron tab may be to kick start the workflow, every day? I don't want to use Quartz Scheduler for this.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 05:34 AM
Activiti does have a mechanism to shedule workflows: http://activiti.org/userguide/index.html#bpmnTimerStartEvent
Of course, you can still decide to use your own scheduler if you want to.
Of course, you can still decide to use your own scheduler if you want to.
