Skip to content

Commit eb84c5c

Browse files
committed
added support for SignalResponse
1 parent 7db7ae4 commit eb84c5c

8 files changed

Lines changed: 842 additions & 12 deletions

File tree

src/conductor/client/http/api/workflow_resource_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,7 @@ def execute_workflow_reactive_with_http_info(self, body, name, version, **kwargs
31763176
body=body_params,
31773177
post_params=form_params,
31783178
files=local_var_files,
3179-
response_type='WorkflowRun', # noqa: E501
3179+
response_type='SignalResponse', # noqa: E501
31803180
auth_settings=auth_settings,
31813181
async_req=params.get('async_req'),
31823182
_return_http_data_only=params.get('_return_http_data_only'),

src/conductor/client/http/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@
5555
from conductor.client.http.models.integration_api import IntegrationApi
5656
from conductor.client.http.models.state_change_event import StateChangeEvent, StateChangeConfig, StateChangeEventType
5757
from conductor.client.http.models.workflow_task import CacheConfig
58+
from conductor.client.http.models.signal_response_1 import SignalResponse, TaskStatus
5859
from conductor.client.http.models.schema_def import SchemaDef
5960
from conductor.client.http.models.schema_def import SchemaType

0 commit comments

Comments
 (0)