Dear Community,
I am new to Camunda and about to do my first evaluating development.
I want to develope a mail-filter process application without user tasks.
I need to know how to poll gmail and how to send gmail.
When polling a mail account I expect to receive lists of mails and not only a single mail.
So I need a looping capability: loop over mail list in order to handover single mails for processing.
Processing can be simple: Asign string values to variable: (1) subject, (2) body
Filtering should be done by condition attached to Data-XOR:
(1) subject contains "A" or ""B"
(2) not(subject contains "C" or ""D")
(3) body contains "A" or ""B"
(4) not(body contains "C" or ""D")
I would be happy to receive hints to templates or guides that contain building blocks for this process idea.
Regards,
Dieter
Hi,
I redraw my mail-filter-process with CAMUNDA. When drawing it - it came to my mind that polling, processing and sending mails would be better performed by a script task than by a service task. Ain't it?
I tried to specify conditions: (1) default at XOR-symbol (2) condition at sequence ...there was no guidance which languages are available - I used "JavaScript" - a drop-down menue would be helpful...
I checked "Is Executable" with "Mail Filter Service" ...there is no change of color for that pool, which is executable now - so sad...
...drawing message-flow-lines and associations is pretty uneasy strange curve shapes flip over canvas
I have no clue how to set up the timed start event
Is there a camunda for dummies covering "conditions", timed start, reusing java and the like?
Regards, Dieter