Opened 12 years ago
Closed 10 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 by , 12 years ago
| Milestone: | 6.8.1 |
|---|---|
| Priority: | Major → Minor |
comment:2 by , 10 years ago
| Owner: | set to |
|---|---|
| Priority: | minor → major |
| Status: | new → accepted |
comment:3 by , 10 years ago
| Milestone: | → 7.5.1 |
|---|
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → 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.