Skip to main content

iwf-sdk

Python SDK for iWF workflow engine

pip install iwf-sdk==0.0.1

See samples for use case examples.

Requirements

Concepts

To implement a workflow, the two most core interfaces are

A workflow can contain any number of WorkflowStates.

See more in https://github.com/superdurable/iwf#what-is-iwf

Development Plan

1.0 -- the basic and most frequently needed features

  • Start workflow API
  • Executing wait_until/execute APIs and completing workflow
  • Parallel execution of multiple states
  • GetWorkflowResultsWithWait API
  • StateOption: WaitUntil(optional)/Execute API timeout and retry policy
  • Get workflow with wait API
  • Timer command
  • AnyCommandCompleted and AllCommandCompleted waitingType
  • InternalChannel command
  • DataAttribute
  • Stop workflow API
  • Improve workflow uncompleted error return(canceled, failed, timeout, terminated)
  • Support execute API failure policy
  • Support workflow RPC
  • Signal command
  • Reset workflow API
  • Skip timer API for testing/operation

Running iwf-server locally

Option 1: use docker compose

See iwf README

Option 2: VSCode Dev Container

Dev Container is an easy way to get iwf-server running locally. Follow these steps to launch a dev container:

  • Install Docker, VSCode, and VSCode Dev Container plugin.
  • Open the project in VSCode.
    cd iwf-python-sdk
    code .
    
  • Launch the Remote-Containers: Reopen in Container command from Command Palette (Ctrl + Shift + P). You can also click in the bottom left corner to access the remote container menu.
  • Once the dev container starts, iwf-server will be listening on port 8801.

How To Contribute

This project uses Poetry as a dependency manager. Check out Poetry's documentation on how to install it on your system before proceeding.

❗Note: If you use Conda or Pyenv as your environment / package manager, avoid dependency conflicts by doing the following first:

  1. Before installing Poetry, create and activate a new Conda env (e.g. conda create -n langchain python=3.9)
  2. Install Poetry (see above)
  3. Tell Poetry to use the virtualenv python environment (poetry config virtualenvs.prefer-active-python true)
  4. Continue with the following steps.

To install requirements:

poetry install

Update IDL

Edit OpenAPI specs in monorepo protos/ (iwf-sdk.yaml). No git submodule is used in this monorepo.

Generate API client from IDL

This project uses openapi-python-client to generate an API client from the IDL. To update the generated client:

poetry run openapi-python-client generate --path ../protos/iwf-sdk.yaml --config iwf/.openapi-python-client-config.yaml
cp -R iwf_api/iwf_api/* iwf/iwf_api && rm -R iwf_api/ && poetry update

The last command will:

  • Fix the api package path
  • Update the local path dependency.

Linting

To run linting for this project:

poetry run pre-commit run --show-diff-on-failure --color=always --all-files

Code of Conduct

This project is governed by the Contributor Covenant v 1.4.1. (Review the Code of Conduct and remove this sentence before publishing your project.)

Publishing to PyPI

  1. Bump version in pyproject.toml (and the pip install line above).
  2. Create a GitHub Release with tag sdk-python-vX.Y.Z (for example sdk-python-v0.0.1), or run the Publish Python SDK to PyPI workflow manually.
  3. CI runs poetry publish --build using the PYPI_TOKEN repository secret.

See CONTRIBUTING.md for monorepo tag conventions.

License

This project uses the Apache 2.0 license. (Update this and the LICENSE file if your project uses a different license.)

Download files

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

Source Distribution

iwf_sdk-0.0.1.tar.gz (84.6 kB view details)

Uploaded Source

Built Distribution

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

iwf_sdk-0.0.1-py3-none-any.whl (192.8 kB view details)

Uploaded Python 3

File details

Details for the file iwf_sdk-0.0.1.tar.gz.

File metadata

  • Download URL: iwf_sdk-0.0.1.tar.gz
  • Upload date:
  • Size: 84.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

File hashes

Hashes for iwf_sdk-0.0.1.tar.gz
Algorithm Hash digest
SHA256 ad0e5b3a29b8e25022428766561c33deaccd60f11d720c717c62dbcef3cafec4
MD5 8235e55c27b8a947ea3ac142c99f7644
BLAKE2b-256 19711080b15ed0b25b2d9e26e5e736b0c1bb1b289fd33f7dae2fa4cc5d096384

See more details on using hashes here.

File details

Details for the file iwf_sdk-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: iwf_sdk-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 192.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.3 Linux/6.17.0-1020-azure

File hashes

Hashes for iwf_sdk-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4d40206af8edcc4c7ea959f3f540cbbf5ae3354b248e648a09172dd6644f1c08
MD5 e3d96f4ad6136fb601678ba0d16a8376
BLAKE2b-256 b7cf371d8bdb07a8138e52af77b3ebb4051e68ac2d6d002b7f5cc6986470a83b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.1 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page