Can you feed the result of a task into continuation (Evaluating Hangfire)

Hello all

I apologise if this has been answered before, but I couldn’t find it in the documentation.

I have a series of sequential tasks when invoked return a status and small informational payload. Using Hangfire, can I invoke a job and pipe the result into another job via the continuation API? Can I do the same with Batch Continuations?

Kind regards

Matt