unexpected task for Data Store Entity node

Hi,
I've a simple process with following nodes: Start -> User Input Task -> Write to Data Store Entity -> End

When i run the process it generarate two tasks (instead of one):
- one task for my User Input Task (this is ok for me)
- one task for my Write to Data Store Entity (this is wrong for me)

Why this behavior?
What i'm wronging?

I've jus enabled activity chaining in my lane.What can I do to avoid this behavior (Data Store Entity must be executed automatically after user input is posted)?

Thank you a lot and best regards,
Francesco

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to francescot0001

    If you have modified the process and then clicked 'Save and Publish', the newer processes (i.e.) process started after publishing the process will run with recent changes. Although if you wish to apply these changes to processes which were started before you modified the assignment, you will need to edit the instances one by one and replicate the same changes in all.

    To do so, open such instances in Edit Mode. Modify the assignment tab of the node. Then save this process and close the edit mode. Now in the monitor mode restart the write to DB node.

    Hope this helps.

Children