Ayuda de vídeo de Screencast
Búsqueda: vídeos de ayuda Close Back
to help

Monitoring or Decision only Workflow?

Created: 08 Junio 2012 | Updated: 10 Junio 2012 | 4 comments
el cuadro de los masonje
0 0 Votos
Login to vote
Se ha solucionado este problema. Vea la solución.

I have a WF process that I more or less need to run on a schedule.  I built the WF in a "Decision only" model and its ready to go.  Issue is how to trigger it.  I was looking at my options, and saw the monitoring model type and thought it may be a fit.  Question is, how is it triggered?

Comentarios ComentariosIr al último comentario

el cuadro de los reecardo

Monitoring project types have a schedule built into the Project Properties that you can specify.

You don't have to rebuild the wheel with your monitoring project. You can basically open a brand new monitoring project, then on the pallette of your decision project, do a Select All (Ctrl-A) and Copy (Ctrl-C). Then paste (Ctrl-V) into your new monitoring project. If you had any external libraries you added to the decision project, you have to add them to the monitoring project before you do this.

Then just specify a schedule in Project properties and you're off (top tree node in the tree view - Publishing tab - under Schedule)

The workflow engine is basically responsible for triggering monitoring projects once they're deployed, acc. to the schedule specified.

SOLUCIÓN
+1
Login to vote
  • Acciones
el cuadro de los masonje

I believe I found where to schedule the project, but it didn't kick in last night.  I didn't use the "Auto Initialize" check box, is that required?

0
Login to vote
  • Acciones
el cuadro de los masonje

I found in checking some things on the production WF server that apparently I didn't include a DLL... but it still worked on my dev server. Strange. Still, I re-published it and was able to envoke the WF and it worked.

Still I have the question of do I need the "Auto Initialize" check box?

0
Login to vote
  • Acciones
el cuadro de los reecardo

Auo-initialize, I believe, just preloads the flow into memory. I always have it checked, but I don't think it's required.

0
Login to vote
  • Acciones