Can someone explain the difference between the service and script task types?
And also: the difference between an “end” (the light coloured red circle) and “terminate end” (the dark red circle)?
Many thanks
Can someone explain the difference between the service and script task types?
And also: the difference between an “end” (the light coloured red circle) and “terminate end” (the dark red circle)?
Many thanks
service and script task
All of them are automatic tasks,without humain interaction.
IMHO:
End and terminate
For the second question, look at this page:
https://www.quora.com/What-is-the-difference-between-an-end-or-terminate-node-in-BPMN-Business-Process-Modelling-Notation
Terminate will end also the long running activity.
Georges
For both questions - in most cases there is no difference between them.
For tasks: Both do the same thing. Maybe there are some differences in implementation (in source code, I never checked that) but both works perfectly for the same purposes.
For end event: When you use normal end event there still can exist some active task in the process (for example when you have parallel paths). When you use “terminate” end event, all other paths will be terminated.
Best regards,
bpms.help