08-15-2012 06:30 AM
Hi Is there any way to create a Scheduler dynamically ??? below is my requirement
> I need to create a schedular for a process inside another process.
For Example :-
Process A -- Shuold create schedular for Process B and it will complete.
When the Schedular trigeers ProcessB will run.
Thanks
Raj
08-15-2012 06:43 AM
Is the created schedule (on process B) going to be dynamic or static?
Triggers are not a part of the NBWS so I would not see a way to do this off the top of my head if that schedule is dynamic or dependent on something in process A.
However you probably could get really fancy with some ETPs and maybe have a ton of schedules already pre-defined but it would really depend on the requirement. Can you further explain the use-case?
08-15-2012 07:20 AM
Thanks chris for your reply .
My Requirement is :-
ProcessA Receive Date Field as input .
For that particular date ProcessB should Run.
Thanks
Raj
08-15-2012 09:07 AM
I would just take that date and store it in an ETP or variable of some kind and then let the process B run every day, but then check if that day matches the date to run, then run the process
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide