Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Execute process automatic

More
09 Sep 2015 18:15 #1 by TAOUILI
Execute process automatic was created by TAOUILI
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
Replied by Thomas BLETON on 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
Replied by TAOUILI on 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
Replied by Thomas BLETON on 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.