Skip to content
This repository has been archived by the owner. It is now read-only.

@antoinereyt antoinereyt released this Oct 3, 2019

Added

  • Added custom_id argument for workflow schedule.
  • Dispatch of tasks and workflows are now done using the API instead of a local agent.
  • Pause, Resume and Kill workflows are now done using the API instead of a local agent.
  • Send event to workflow is now done using the API instead of a local agent.
  • Find workflow is now done using the API instead of a local agent.
Assets 2
Sep 5, 2019
Release 0.4.1
  • 0.4.0
  • 2dc7378
  • Compare
    Choose a tag to compare
    Search for a tag
  • 0.4.0
  • 2dc7378
  • Compare
    Choose a tag to compare
    Search for a tag

@MrYawe MrYawe released this Aug 26, 2019

Added

  • Added a intent_id property when dispatching workflows and tasks, sending events to workflows, and
    pausing/resuming/killing workflows.

  • Added scheduling: schedule(cron)

Assets 2
  • 0.3.3
  • 7ee695f
  • Compare
    Choose a tag to compare
    Search for a tag
  • 0.3.3
  • 7ee695f
  • Compare
    Choose a tag to compare
    Search for a tag

@geomagilles geomagilles released this Jun 25, 2019 · 57 commits to master since this release

Fixed

  • Fix a typo in client.py that prevents correct executions of versions
Assets 2
  • 0.3.2
  • 6317beb
  • Compare
    Choose a tag to compare
    Search for a tag
  • 0.3.2
  • 6317beb
  • Compare
    Choose a tag to compare
    Search for a tag

@Ciboulette Ciboulette released this Jun 21, 2019 · 61 commits to master since this release

Fixed

  • Calling day_of_month on a wait task now waits for to wait for the next day having the requested day number, even if that means waiting for next month. (i.e calling Wait().day_of_month(31) on February, 2nd will wait for March, 31st)
  • Fixed Wait task behavior in some edge cases
  • Encodes HTTP params before sending request

Added

  • Added event_data property when sending event.
Assets 2

@Ciboulette Ciboulette released this Jun 21, 2019 · 82 commits to master since this release

Fixed

  • Fixed MANIFEST.in file not included files required by setup.py.
Assets 2

@pylebecq pylebecq released this Mar 25, 2019 · 86 commits to master since this release

Added

Calling dispatch on tasks now allows to process tasks asynchronously

Fixed

Fixed Wait task behavior in some edge cases
Encodes HTTP params before sending request

Assets 2

@Yungbubu Yungbubu released this Sep 21, 2018 · 145 commits to master since this release

Tests
Assets 2

@Yungbubu Yungbubu released this Sep 20, 2018 · 152 commits to master since this release

Version Scheme
Assets 2

@Yungbubu Yungbubu released this Sep 17, 2018 · 154 commits to master since this release

Top Level Module Change (Zenaton.core -> zenaton)

Assets 2
You can’t perform that action at this time.