Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Execute process automatic

More
09 Sep 2015 18:15 #1 by TAOUILI
TAOUILI created the topic: Execute process automatic
Hi,

I have fields date_creation , time_execute in a table, i want create a process which can be executed alone for update another field if (date_creation + time_execute) is done ( = now).

I create a sqloperator with my update with my condition, but i need to parameter this process the be executed alone, there a way for this in stambia.

Thanks in advance.
More
10 Sep 2015 11:49 #2 by Thomas BLETON
Thomas BLETON replied the topic: Execute process automatic
Hi,
I'm not sure I understand what you mean when you write "executed alone". Can you specify please ?
More
10 Sep 2015 12:56 #3 by TAOUILI
TAOUILI replied the topic: Execute process automatic
Hi,

I have :
Field 1: timestamp
Field 2: time ramaining
Field 3: status
I want to update when status when filed1 + field2 = now.
With Stambia, i want to create a process to be executed automatically when i have this condition ( I think its not easy to do this) so i try to parameter this process to be executed automatically every 30 min.
I hope i explain better than before.
More
10 Sep 2015 14:33 #4 by Thomas BLETON
Thomas BLETON replied the topic: Execute process automatic
Yes thanks I understand now.
If your customer has purchased the Runtime's Scheduler option, you can schedule this delivery (please check the Designer's documentation on how to schedule deliveries).
Otherwise, you can schedule a "startdelivery.bat -name <yourdelivery>" with an external scheduler.