swf-runtime 1.0.0-alpha7

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