We have one task which needs to run in the background asynchronously, so we have one solution like create one cron job and run it manually when we request using rest call.
We have used a quartz job, and we can do that, but we need to add a quartz library into the flowable UI lib.
So is there any way or example to create a job using flowable and managed by way like manage flowable its own job?
Summary: we need to create a job that runs in the background and using flowable not using another library.
Flowable 6.6.0
~Thanks!