Expand my Community achievements bar.

initiating workflow

Avatar

Former Community Member
Hi,

I'm just getting started with workflow designer and am trying some very simple stuff .

I'm trying to initiate a workflow without having a form or a email initiate it form me. I've deployed the workflow and intuitively expected it to start. The workflow is very simple.

Wait(2 secs) ---> Script( sysout("hello world"); ) ----> wait ( 3 secs )
|---------------------------------------------|
(infinite loop)

I've deployed the workflow but i'm not seeing any sysouts . All i can see
is

=======================================================

HERE
D1:
false

aoeu
oeu
oeu
oeu
oeu




D1:
aoeu
oeu
oeu
oeu
oeu


===========================================================================
4 Replies

Avatar

Former Community Member
When you deploy a workflow it doesn't just start running, you need to initiate an instance of the workflow somehow. Whether by a form in Form Manager, via email, via webservice, etc..



Chris

Adobe Enterprise Developer Support

Avatar

Former Community Member
Hi,

Can email receiver QPac initiate a workflow too?

I try to use it as wf initiater, but no WF instance is started...



Thanks



Denis

Avatar

Level 9
Hi

Yes, you can use EmailReceiver, plus the Chain QPAC to actually initiate the process once the email arrives.



You can find a simple sample at: http://www.avoka.com/samples/_EmailReceiver/



Howard

http://www.avoka.com

Avatar

Former Community Member
Just to add to Howard's comment, this assumes that the workflow containing the EmailReceiver QPAC has already been initiated.



Chris

Adobe Enterprise Developer Support