Skip to content

Releases: northpowered/temporal-rest-executor

v0.3.1

28 Sep 18:26
debac81
Compare
Choose a tag to compare

Fix typing for int env vars

v0.3.0

03 May 07:43
Compare
Choose a tag to compare

Changed URL names

/execution/activity -> /activity/execute
/execution/workflow -> /workflow/execute

Tnx @longquanzheng for the advice

Renamed args

execution_timeout -> parent_workflow_execution_timeout

New args

  • RetryPolicy object is now available for parent workflow in activity execution
  • schedule_to_start_timeout
  • heartbeat_timeout
  • schedule_to_close_timeout
  • parent_workflow_run_timeout
  • parent_workflow_task_timeout

v0.2.0

10 Apr 12:27
242782c
Compare
Choose a tag to compare
  • Added OTEL integration
  • Added Prometheus endpoint

v0.1.0 First release

06 Apr 14:13
Compare
Choose a tag to compare

Simple REST server to execute any Temporal activities or workflows