Update python SDK docs: 16836068438

This commit is contained in:
developer-relations-sp
2025-08-08 17:01:56 +00:00
parent 79b99e77cd
commit 2062455043
13 changed files with 645 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ The trigger that starts the workflow
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **Enum** [ 'EVENT', 'EXTERNAL', 'SCHEDULED', '' ] | The trigger type | [required]
**display_name** | **str** | | [optional]
**display_name** | **str** | The trigger display name | [optional]
**attributes** | [**WorkflowTriggerAttributes**](workflow-trigger-attributes) | | [required]
}