The aim of this plugin is to offer a task that allow to launch, from a workflow resource, actions of another child resources depending of another workflow
First associate the task to an action.
In the task configuration page, choose the target workflow, the state of the resources of the target workflow that will be selected, the resource type, and the action to process.
If you set the external parent Id to the child resources, thoses resources can be filtered with, activating the actionsbatch.filterWithExternalParentId property.
Lauch the action in the main workflow, and the batch of actions will be executed asynchonously.
WARNING : this could launch a huge amount of actions ! And it's running as a background asynchronous task.
The progress bar feature can be used to show the execution progress. In your code, initialize a progress bar feed token to follow the progress of the batch execution.
The feed token must be generated before, and set in session, with a name like :
"FEED-(the Resource Type)-(the Resource Id)-(the Workflow Id)-(the State Id)-(the action Id)"
Maven documentation and reports
generated by xdoc2md - do not edit directly.