Opened 11 years ago
Closed 8 years ago
#346 closed new feature (fixed)
Execute scripts in workflow task object
Reported by: | jkenyon | Owned by: | car031 |
---|---|---|---|
Priority: | major | Milestone: | 7.5.1 |
Component: | Workflow | Version: | 6.7.3 |
Keywords: | Cc: |
Description
Allow scripts (shell or bat) to be executed by task objects in workflow. Perhaps include options for executing scripts at beginning and end of a task.
Change History (4)
comment:1 Changed 11 years ago by car031
- Milestone 6.8.1 deleted
- Priority changed from Major to Minor
comment:2 Changed 8 years ago by car031
- Owner set to car031
- Priority changed from minor to major
- Status changed from new to accepted
comment:3 Changed 8 years ago by car031
- Milestone set to 7.5.1
comment:4 Changed 8 years ago by car031
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
We will add the possibility to execute a script in Velocity(a really simple scripting engine). You could write your login in this 'language' or invoke your own Java Class.
We will try to provide an utility you could use to easily invooke an external command(shell or bat) from within the script.