JustBefore

data class JustBefore(val anchorStrategy: DeletedAnchorStrategy) : ActivityAutoDelete

Delete the previous outputs in the middle of scheduling, just before this goal runs, so prior goals can interact with those past outputs.

This option doesn't have simulateAfter like AtBeginning. If you want that behavior, just simulate at the beginning of the goal with plan.simulate().

Constructors

Link copied to clipboard
constructor(anchorStrategy: DeletedAnchorStrategy)

Properties

Link copied to clipboard

How to deal with activities anchored to the previous outputs.