journal: { create: (() => ExecutionJournalImpl); createKey: (<T>(id: string) => JournalKey<T>); } = ... Type declaration
create: (() => ExecutionJournalImpl)
- (): ExecutionJournalImpl
Returns ExecutionJournalImpl
createKey: (<T>(id: string) => JournalKey<T>)
Creates a new empty ExecutionJournal. Useful when you need to pass a specific journal instance to
runTaskor nested calls.