Is it possible to schedule a BTS Orchestration based on certain conditions? For example, If a column of a database table says "Y" the orchestration should stop. (probably by a Win Service???) and when the column is "N" it should start functioning…any ideas?
One solution I see is to have a singleton orchestration that check your table column at desired intervals and then perform action according to Y or N flag…
Or maybe you could have an SQL jobb that sends a XML message to a folder if the flag is N, this will trigger the orch. and you could monitor the table column flag and terminate the orch if it's Y…