Class WorkflowRuntime

  • All Implemented Interfaces:
    AutoCloseable

    public class WorkflowRuntime
    extends Object
    implements AutoCloseable
    Contains methods to register workflows and activities.
    • Constructor Detail

      • WorkflowRuntime

        public WorkflowRuntime​(com.microsoft.durabletask.DurableTaskGrpcWorker worker)
    • Method Detail

      • start

        public void start()
        Start the Workflow runtime processing items and block.
      • start

        public void start​(boolean block)
        Start the Workflow runtime processing items.
        Parameters:
        block - block the thread if true