Adds a new activity capable of releasing a previously selected resource to the tail of a trajectory.
release_selected(traj, amount = 1, id = 0)
the trajectory object.
the amount to release, accepts either a callable object (a function) or a numeric value.
selection identifier for nested usage.
The trajectory object.
seize_selected, select. Other methods for dealing with trajectories: create_trajectory, get_head, get_tail, get_n_activities, join, seize, release, set_attribute, timeout, branch, rollback, leave.