Options that can be passed when calling a task dependency. Allows forwarding the execution journal to nested task calls.

interface TaskCallOptions {
    journal?: ExecutionJournal;
}

Properties

Properties

Optional journal to forward to the nested task