swf-runtime 1.0.0-alpha9

Runtime engine for Serverless Workflow DSL — execute, validate, and orchestrate workflows
Documentation
document:
  dsl: '1.0.1'
  namespace: test
  name: openapi-get-user-request-vars
  version: '0.1.0'
do:
  - getUser:
      call: openapi
      with:
        document:
          endpoint: http://127.0.0.1:8887/schema.yaml
        operationId: getUserById
        parameters:
          userId: ${ .userId }
          fields:
            - ${ .id }
            - ${ .name }
            - ${ .email }
          include_deleted: ${ .include_deleted }
          format: ${ .format }
          lang: ${ .lang }
          limit: ${ .limit }