conductor-python 1.1.5__tar.gz → 1.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. {conductor_python-1.1.5 → conductor_python-1.1.6}/PKG-INFO +1 -1
  2. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/conductor_workflow.py +19 -0
  3. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/join_task.py +4 -1
  4. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/task.py +21 -1
  5. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor_python.egg-info/PKG-INFO +1 -1
  6. {conductor_python-1.1.5 → conductor_python-1.1.6}/LICENSE +0 -0
  7. {conductor_python-1.1.5 → conductor_python-1.1.6}/README.md +0 -0
  8. {conductor_python-1.1.5 → conductor_python-1.1.6}/setup.cfg +0 -0
  9. {conductor_python-1.1.5 → conductor_python-1.1.6}/setup.py +0 -0
  10. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/__init__.py +0 -0
  11. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/__init__.py +0 -0
  12. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/ai/__init__.py +0 -0
  13. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/ai/configuration.py +0 -0
  14. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/ai/integrations.py +0 -0
  15. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/ai/orchestrator.py +0 -0
  16. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/authorization_client.py +0 -0
  17. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/automator/__init__.py +0 -0
  18. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/automator/task_handler.py +0 -0
  19. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/automator/task_runner.py +0 -0
  20. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/automator/utils.py +0 -0
  21. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/configuration/__init__.py +0 -0
  22. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/configuration/configuration.py +0 -0
  23. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/configuration/settings/__init__.py +0 -0
  24. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/configuration/settings/authentication_settings.py +0 -0
  25. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/configuration/settings/metrics_settings.py +0 -0
  26. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/__init__.py +0 -0
  27. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/event_client.py +0 -0
  28. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/queue/__init__.py +0 -0
  29. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/queue/kafka_queue_configuration.py +0 -0
  30. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/queue/queue_configuration.py +0 -0
  31. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/event/queue/queue_worker_configuration.py +0 -0
  32. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/exceptions/__init__.py +0 -0
  33. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/exceptions/api_error.py +0 -0
  34. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/exceptions/api_exception_handler.py +0 -0
  35. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/helpers/__init__.py +0 -0
  36. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/helpers/helper.py +0 -0
  37. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/__init__.py +0 -0
  38. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/__init__.py +0 -0
  39. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/application_resource_api.py +0 -0
  40. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/authorization_resource_api.py +0 -0
  41. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/event_resource_api.py +0 -0
  42. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/group_resource_api.py +0 -0
  43. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/integration_resource_api.py +0 -0
  44. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/metadata_resource_api.py +0 -0
  45. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/prompt_resource_api.py +0 -0
  46. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/scheduler_resource_api.py +0 -0
  47. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/secret_resource_api.py +0 -0
  48. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/task_resource_api.py +0 -0
  49. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/token_resource_api.py +0 -0
  50. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/user_resource_api.py +0 -0
  51. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/workflow_bulk_resource_api.py +0 -0
  52. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api/workflow_resource_api.py +0 -0
  53. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/api_client.py +0 -0
  54. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/__init__.py +0 -0
  55. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/action.py +0 -0
  56. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/authorization_request.py +0 -0
  57. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/bulk_response.py +0 -0
  58. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/conductor_application.py +0 -0
  59. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/conductor_user.py +0 -0
  60. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/correlation_ids_search_request.py +0 -0
  61. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/create_or_update_application_request.py +0 -0
  62. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/event_handler.py +0 -0
  63. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/external_storage_location.py +0 -0
  64. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/generate_token_request.py +0 -0
  65. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/group.py +0 -0
  66. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/health.py +0 -0
  67. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/health_check_status.py +0 -0
  68. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/integration.py +0 -0
  69. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/integration_api.py +0 -0
  70. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/integration_api_update.py +0 -0
  71. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/integration_def.py +0 -0
  72. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/integration_update.py +0 -0
  73. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/permission.py +0 -0
  74. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/poll_data.py +0 -0
  75. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/prompt_template.py +0 -0
  76. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/prompt_test_request.py +0 -0
  77. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/rate_limit.py +0 -0
  78. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/rerun_workflow_request.py +0 -0
  79. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/response.py +0 -0
  80. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/role.py +0 -0
  81. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/save_schedule_request.py +0 -0
  82. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/scrollable_search_result_workflow_summary.py +0 -0
  83. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/search_result_task.py +0 -0
  84. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/search_result_task_summary.py +0 -0
  85. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/search_result_workflow.py +0 -0
  86. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/search_result_workflow_schedule_execution_model.py +0 -0
  87. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/search_result_workflow_summary.py +0 -0
  88. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/skip_task_request.py +0 -0
  89. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/start_workflow.py +0 -0
  90. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/start_workflow_request.py +0 -0
  91. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/state_change_event.py +0 -0
  92. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/sub_workflow_params.py +0 -0
  93. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/subject_ref.py +0 -0
  94. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/tag_object.py +0 -0
  95. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/tag_string.py +0 -0
  96. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/target_ref.py +0 -0
  97. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task.py +0 -0
  98. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_def.py +0 -0
  99. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_details.py +0 -0
  100. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_exec_log.py +0 -0
  101. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_result.py +0 -0
  102. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_result_status.py +0 -0
  103. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/task_summary.py +0 -0
  104. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/token.py +0 -0
  105. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/upsert_group_request.py +0 -0
  106. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/upsert_user_request.py +0 -0
  107. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow.py +0 -0
  108. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_def.py +0 -0
  109. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_run.py +0 -0
  110. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_schedule.py +0 -0
  111. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_schedule_execution_model.py +0 -0
  112. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_state_update.py +0 -0
  113. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_status.py +0 -0
  114. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_summary.py +0 -0
  115. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_tag.py +0 -0
  116. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_task.py +0 -0
  117. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/models/workflow_test_request.py +0 -0
  118. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/rest.py +0 -0
  119. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/http/thread.py +0 -0
  120. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/integration_client.py +0 -0
  121. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/metadata_client.py +0 -0
  122. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/__init__.py +0 -0
  123. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/api/__init__.py +0 -0
  124. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/api/tags_api.py +0 -0
  125. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/__init__.py +0 -0
  126. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/access_key.py +0 -0
  127. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/access_key_status.py +0 -0
  128. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/access_type.py +0 -0
  129. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/created_access_key.py +0 -0
  130. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/granted_permission.py +0 -0
  131. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/metadata_tag.py +0 -0
  132. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/models/ratelimit_tag.py +0 -0
  133. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_authorization_client.py +0 -0
  134. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_base_client.py +0 -0
  135. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_integration_client.py +0 -0
  136. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_metadata_client.py +0 -0
  137. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_prompt_client.py +0 -0
  138. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_scheduler_client.py +0 -0
  139. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_secret_client.py +0 -0
  140. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_task_client.py +0 -0
  141. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes/orkes_workflow_client.py +0 -0
  142. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/orkes_clients.py +0 -0
  143. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/prompt_client.py +0 -0
  144. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/scheduler_client.py +0 -0
  145. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/secret_client.py +0 -0
  146. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/task_client.py +0 -0
  147. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/__init__.py +0 -0
  148. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/metrics_collector.py +0 -0
  149. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/model/__init__.py +0 -0
  150. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/model/metric_documentation.py +0 -0
  151. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/model/metric_label.py +0 -0
  152. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/telemetry/model/metric_name.py +0 -0
  153. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/worker/__init__.py +0 -0
  154. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/worker/exception.py +0 -0
  155. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/worker/worker.py +0 -0
  156. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/worker/worker_interface.py +0 -0
  157. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/worker/worker_task.py +0 -0
  158. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/__init__.py +0 -0
  159. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/executor/__init__.py +0 -0
  160. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/executor/workflow_executor.py +0 -0
  161. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/__init__.py +0 -0
  162. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/do_while_task.py +0 -0
  163. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/dynamic_fork_task.py +0 -0
  164. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/dynamic_task.py +0 -0
  165. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/event_task.py +0 -0
  166. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/fork_task.py +0 -0
  167. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/get_document.py +0 -0
  168. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/http_poll_task.py +0 -0
  169. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/http_task.py +0 -0
  170. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/human_task.py +0 -0
  171. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/inline.py +0 -0
  172. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/javascript_task.py +0 -0
  173. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/json_jq_task.py +0 -0
  174. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/kafka_publish.py +0 -0
  175. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/kafka_publish_input.py +0 -0
  176. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/__init__.py +0 -0
  177. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_chat_complete.py +0 -0
  178. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_generate_embeddings.py +0 -0
  179. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_index_documents.py +0 -0
  180. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_index_text.py +0 -0
  181. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_query_embeddings.py +0 -0
  182. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_search_index.py +0 -0
  183. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/llm_text_complete.py +0 -0
  184. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/utils/__init__.py +0 -0
  185. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/utils/embedding_model.py +0 -0
  186. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/llm_tasks/utils/prompt.py +0 -0
  187. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/set_variable_task.py +0 -0
  188. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/simple_task.py +0 -0
  189. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/start_workflow_task.py +0 -0
  190. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/sub_workflow_task.py +0 -0
  191. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/switch_task.py +0 -0
  192. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/task_type.py +0 -0
  193. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/terminate_task.py +0 -0
  194. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/timeout_policy.py +0 -0
  195. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/wait_for_webhook_task.py +0 -0
  196. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow/task/wait_task.py +0 -0
  197. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor/client/workflow_client.py +0 -0
  198. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor_python.egg-info/SOURCES.txt +0 -0
  199. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor_python.egg-info/dependency_links.txt +0 -0
  200. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor_python.egg-info/requires.txt +0 -0
  201. {conductor_python-1.1.5 → conductor_python-1.1.6}/src/conductor_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: conductor-python
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: Netflix Conductor Python SDK
5
5
  Home-page: https://github.com/conductor-sdk/conductor-python
6
6
  Author: Orkes
@@ -192,6 +192,25 @@ class ConductorWorkflow:
192
192
  start_workflow_request.version = self.version
193
193
  return self._executor.start_workflow(start_workflow_request)
194
194
 
195
+ def start_workflow_with_input(self, workflow_input: dict = {}, correlation_id=None, task_to_domain=None,
196
+ priority=None, idempotency_key: str = None, idempotency_strategy: IdempotencyStrategy = IdempotencyStrategy.FAIL) -> str:
197
+ """
198
+ Starts the workflow with given inputs and parameters and returns the id of the started workflow
199
+ """
200
+
201
+ start_workflow_request = StartWorkflowRequest()
202
+ start_workflow_request.workflow_def = self.to_workflow_def()
203
+ start_workflow_request.name = self.name
204
+ start_workflow_request.version = self.version
205
+ start_workflow_request.input = workflow_input
206
+ start_workflow_request.correlation_id = correlation_id
207
+ start_workflow_request.idempotency_key = idempotency_key
208
+ start_workflow_request.idempotency_strategy = idempotency_strategy
209
+ start_workflow_request.priority = priority
210
+ start_workflow_request.task_to_domain =task_to_domain
211
+
212
+ return self._executor.start_workflow(start_workflow_request)
213
+
195
214
  def execute(self, workflow_input: Any = {}, wait_until_task_ref: str = '', wait_for_seconds: int = 10,
196
215
  request_id: str = None,
197
216
  idempotency_key: str = None, idempotency_strategy : IdempotencyStrategy = IdempotencyStrategy.FAIL, task_to_domain: dict[str, str] = None) -> WorkflowRun:
@@ -9,12 +9,15 @@ from conductor.client.workflow.task.task_type import TaskType
9
9
 
10
10
 
11
11
  class JoinTask(TaskInterface):
12
- def __init__(self, task_ref_name: str, join_on: List[str] = None) -> Self:
12
+ def __init__(self, task_ref_name: str, join_on: List[str] = None, join_on_script: str = None) -> Self:
13
13
  super().__init__(
14
14
  task_reference_name=task_ref_name,
15
15
  task_type=TaskType.JOIN
16
16
  )
17
17
  self._join_on = deepcopy(join_on)
18
+ if join_on_script is not None:
19
+ self.evaluator_type = 'js'
20
+ self.expression = join_on_script
18
21
 
19
22
  def to_workflow_task(self) -> WorkflowTask:
20
23
  workflow = super().to_workflow_task()
@@ -34,6 +34,8 @@ class TaskInterface(ABC):
34
34
  self.input_parameters = input_parameters
35
35
  self._cache_key = cache_key
36
36
  self._cache_ttl_second = cache_ttl_second
37
+ self._expression = None
38
+ self._evaluator_type = None
37
39
 
38
40
  @property
39
41
  def task_reference_name(self) -> str:
@@ -65,6 +67,22 @@ class TaskInterface(ABC):
65
67
  raise Exception('invalid type')
66
68
  self._name = name
67
69
 
70
+ @property
71
+ def expression(self) -> str:
72
+ return self._expression
73
+
74
+ @expression.setter
75
+ def expression(self, expression: str) -> None:
76
+ self._expression = expression
77
+
78
+ @property
79
+ def evaluator_type(self) -> str:
80
+ return self._evaluator_type
81
+
82
+ @evaluator_type.setter
83
+ def evaluator_type(self, evaluator_type: str) -> None:
84
+ self._evaluator_type = evaluator_type
85
+
68
86
  def cache(self, cache_key: str, cache_ttl_second: int):
69
87
  self._cache_key = cache_key
70
88
  self._cache_ttl_second = cache_ttl_second
@@ -122,7 +140,9 @@ class TaskInterface(ABC):
122
140
  description=self._description,
123
141
  input_parameters=self._input_parameters,
124
142
  optional=self._optional,
125
- cache_config=cache_config
143
+ cache_config=cache_config,
144
+ expression=self._expression,
145
+ evaluator_type=self._evaluator_type
126
146
  )
127
147
 
128
148
  def output(self, json_path: str = None) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: conductor-python
3
- Version: 1.1.5
3
+ Version: 1.1.6
4
4
  Summary: Netflix Conductor Python SDK
5
5
  Home-page: https://github.com/conductor-sdk/conductor-python
6
6
  Author: Orkes