Skip to main content

Neops Workflow Engine

Project description

Neops Task Engine Client

Neops workflow engine API documentation

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0
  • Package version: 0.41.10
  • Generator version: 7.9.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.7+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import neops_workflow_engine_client

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import neops_workflow_engine_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import neops_workflow_engine_client
from neops_workflow_engine_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = neops_workflow_engine_client.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with neops_workflow_engine_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = neops_workflow_engine_client.BlackboardApi(api_client)
    request_body = ['request_body_example'] # List[str] | 

    try:
        api_response = api_instance.blackboard_controller_poll_job(request_body)
        print("The response of BlackboardApi->blackboard_controller_poll_job:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling BlackboardApi->blackboard_controller_poll_job: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
BlackboardApi blackboard_controller_poll_job POST /blackboard/job
BlackboardApi blackboard_controller_push_job_result POST /blackboard/job/result
CmsClientApi cms_client_controller_get_all_devices GET /cms-client/all-devices
CmsClientApi cms_client_controller_get_random_device GET /cms-client/random-device
CmsClientApi cms_client_controller_login POST /cms-client/login
DefaultApi app_controller_get_hello GET /
FunctionBlockApi function_blocks_controller_find_all GET /function-blocks/registrations/list List all registered function blocks
FunctionBlockApi function_blocks_controller_find_one_fb GET /function-blocks/{pkg}/{name}/{version} Get a function block by ID
FunctionBlockApi function_blocks_controller_find_one_fb_registration GET /function-blocks/registrations/{pkg}/{name}/{version} Get a function block registration by ID
FunctionBlockApi function_blocks_controller_register POST /function-blocks/register Register a function block
FunctionBlockApi function_blocks_controller_soft_delete DELETE /function-blocks/{pkg}/{name}/{version} Soft-delete a function block by ID
HealthApi health_controller_healthy GET /health Check health of task engine
WorkflowsApi workflow_definition_controller_create POST /workflow-definition Create a Workflow definition
WorkflowsApi workflow_definition_controller_find_all GET /workflow-definition Retrieve all workflow definitions
WorkflowsApi workflow_definition_controller_find_one GET /workflow-definition/{id} Retrieve a workflow definitions by ID
WorkflowsApi workflow_definition_controller_soft_delete DELETE /workflow-definition/{id} Soft-delete a workflow definition by ID
WorkflowsApi workflow_execution_controller_abort DELETE /workflow-execution/{id}
WorkflowsApi workflow_execution_controller_execute POST /workflow-execution Add a workflow execution to the table
WorkflowsApi workflow_execution_controller_find_all GET /workflow-execution/state/{state} Retrieve all workflow executions by state
WorkflowsApi workflow_execution_controller_find_one GET /workflow-execution/id/{id} Retrieve a specific workflow execution by ID

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

JWT

  • Type: Bearer authentication (JWT)

Author

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

neops_workflow_engine_client-0.41.10.tar.gz (30.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

neops_workflow_engine_client-0.41.10-py3-none-any.whl (65.6 kB view details)

Uploaded Python 3

File details

Details for the file neops_workflow_engine_client-0.41.10.tar.gz.

File metadata

  • Download URL: neops_workflow_engine_client-0.41.10.tar.gz
  • Upload date:
  • Size: 30.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.0.1 CPython/3.13.1 Linux/6.8.0-51-generic

File hashes

Hashes for neops_workflow_engine_client-0.41.10.tar.gz
Algorithm Hash digest
SHA256 94305f94bec84dc21a7ad10b66dc9ff26407d4da4b4c3455141302e991a7feff
MD5 3c91def738fa6f3c91457cb28f2014e0
BLAKE2b-256 e2d0a8ff24994d3055242cde7f00c2da71a56bbcb07f3486a6e4d571a258f06a

See more details on using hashes here.

File details

Details for the file neops_workflow_engine_client-0.41.10-py3-none-any.whl.

File metadata

File hashes

Hashes for neops_workflow_engine_client-0.41.10-py3-none-any.whl
Algorithm Hash digest
SHA256 627c713c155a62b7a379033f3608f31ea7e200d8f5679e87b90dbbd699377258
MD5 11ca09d96e9c967936e3b81f53419f8b
BLAKE2b-256 4e0334625422f1caa5353f670307b4b60fa25a9c69a82d0e7c229dfcf9f07caf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page