Enable a rejected conditional task

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2014 08:00 PM
Hello,
In my workflow I have a conditional task. while executing the flow the condition
was false and the task now is not pending. The problem is that the condition was
wrong and I and I want to enable the task (the condition is checked by calling a
Spring service). How can I force Activiti to re-evaluate the condition even if it has
been already evaluated?
Thank you,
Mike
In my workflow I have a conditional task. while executing the flow the condition
was false and the task now is not pending. The problem is that the condition was
wrong and I and I want to enable the task (the condition is checked by calling a
Spring service). How can I force Activiti to re-evaluate the condition even if it has
been already evaluated?
Thank you,
Mike
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2014 07:51 AM
You can't, only by fiddling with the database you could do it: set the execution activity_id to the one before and remove the created task
