
Script Task
Executes ECMAScript (program) on the server side and updates business data automatically. Capable for more complex processing than [Service Task (Data Assignment)] such as conditional branching and repetition processing, HTTP communication with the outside, email transmission, etc.
Capture

Notes
- Business data modification or updating is performed collectively after script processing is completed
- Updating is not performed when an error occurs (advances to the next Step)
- It is also possible to distinguish the flow to which the processing proceeds when an error occurred from when it ended normally (Error Boundary Event)
- Script processing time is limited to a maximum of 30 seconds (Slightly varies depending on load conditions)
- Reference