Membrane React - v0.2.1
    Preparing search index...

    Function useFlowRun

    • Parameters

      • id: undefined | string

      Returns {
          flowRun: undefined | FlowRun;
          error: any;
          loading: boolean;
          refresh: () => Promise<FlowRun>;
          archive: () => Promise<void>;
      }