WorkflowSerializer
Overview
Serializer mixin that builds structured metadata about expandable fields for the /info/ meta-API and OpenAPI schema. Automatically omits available_actions from nested expand representations.
Meta
Source
server/vueda/workflow/serializers.py:64
customize_schema_request_data
Signature
customize_schema_request_data(self, request_data)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| request_data | yes |
Source
server/vueda/workflow/serializers.py:92
customize_schema_response_data
Signature
customize_schema_response_data(self, auto_schema, response_data)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| auto_schema | yes | ||
| response_data | yes |
Source
server/vueda/workflow/serializers.py:145
get_schema_operation_parameters
Signature
get_schema_operation_parameters(self, operation_id, parameters)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| operation_id | yes | ||
| parameters | yes |
Source
server/vueda/workflow/serializers.py:72
_declared_fields
app_label
model
Source
server/vueda/workflow/serializers.py:58