hi workflow funs ;)
after lot of investigation we to understand wf concept.
test scenario:
1. create document value workflow for c_invoice @created@=@updated@ (i know can use process workflow too..)
2. node 1. start node wait = generate activity = workflow processor run it. (its ok it is only test...how to suspend a node instance)
3. node 2. document action: complete (generate activity complete it) as result invoice will be completed immediately
4. node 3. document action: close 30 days after completion (transition from complete to close when today=+30days) - we use here virtual column "e.. doActionFlag"
in point 4 we lost. why. we found workflow processor processing only activities doesnt generate activities from nodes. means if activity is suspended then its will be processed this looks OK. but the question is: if i want to start the next node after 30 days then. i.)i need to somehow generate the activity and suspend it by transition condition (with due date - how ?) or we need to generate activity from node with a special process at the moment when transition meet our condition (today=doActionFlag) - then workflow processor process it immediately and close invoice.
OUR GOAL: at the end we want to define/set a specific date when upcoming activity (node instance) or an existing activity will be processed (FIRE)
generally we dont know in our evalutation phase - how we can suspend an activity (non wait type) - or get it to another status - able processing workflow processor. (complete activity)
what means: start/finish mode. hm...will play will that.. believe others understand well workflows concept.
norbert