net.corda.core.node.services / SchedulerService / scheduleStateActivity

scheduleStateActivity

abstract fun scheduleStateActivity(action: ScheduledStateRef): Unit

Schedule a new activity for a TX output, probably because it was just produced.

Only one activity can be scheduled for a particular StateRef at any one time. Scheduling a ScheduledStateRef replaces any previously scheduled ScheduledStateRef for any one StateRef.