imixs-workflow icon indicating copy to clipboard operation
imixs-workflow copied to clipboard

How to activate Workflow Scheduler

Open fabricorse opened this issue 1 month ago • 2 comments

Hi, i'm using this simple model to test scheduled events:

Image

I have read the following documentation: https://www.imixs.org/doc/engine/workflowscheduler.html

I'm using the microservice workflow engine, I do not understand how to pass the xml timer configuration to activate the timer.

Any help will be appreciated.

fabricorse avatar Nov 20 '25 09:11 fabricorse

Hi @fabricorse, Yes, you are right, it is really not obvious how to use this feature in a microservice. Management of the workflow scheduler is possible programmatically, but in your case - using the Imixs microservice - this is not possible without additional effort.

We are therefore planning to integrate the feature into the Admin Client. This is relatively simple, and I expect to be able to make it available shortly.

Your feedback is welcome :-)

https://github.com/imixs/imixs-admin/issues/82

rsoika avatar Nov 20 '25 21:11 rsoika

Hi @fabricorse you can now control the scheduler via the Rest API or with the new Imxis-Admin client:

Image

If you pull the latest Docker images you should automatically get this new feature of the admin client. Please let me know if this works for you.

One comment about your model you show in your screen shot. This will not work with a parallel gateway. You typical define a scheduled event similar to an normal catch event - just edit the scheduler section.

Image

rsoika avatar Nov 21 '25 12:11 rsoika