createBatch abstract method

Performs the createBatch operation.

Implementation

Future<List<CloudflareWorkflowInstance>> createBatch(
  Iterable<CloudflareWorkflowCreateOptions> options,
);