FlowControllerEvents: {
    transition: { from?: FlowState; task: ExecutableTask; to?: FlowState };
}

Events emitted by FlowController.

Type declaration