In Workflow Designer, how can i create a activity that start daily?

I tried to using deadline, but Daily Report Activity only start one time. Help me, please?

  • No labels

2 Comments

  1. Though you can actually design a loop in the process, but it's not a good design practice to design an infinity loop to trigger an activity on daily basis. In this case, your process will be infinitely running, never be completed.

    A better way to handle your situation, is to design a process with the activities that generate the daily report.

    Then, develop the scheduler on an external system. It could be developed on PHP, or any other platform that you prefer. Whenever the scheduler is triggered, start the targeted process by using Joget Workflow JSON API (web/json/workflow/process/start/).

    1. Thank for your support!

      How about plugin? can i develop a plugin that make scheduler to start process.