I have a problem in the implementation of a workflow. In one part of the workflow are automated tasks to perform. In particular I would like to simulate an automatic task-node. Is it possible? If yes, I would do the following: - Implementation of the task without any user intervention and referral to the next node.
You can have tasknode which has no assignee. From that tasknode you can have multiple transitions which are referring to next node. For doing that transition automatically you can use the timer or actionclass.