Skip to content

Commit

Permalink
use the class name to determine what a task type is w/ burnettk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Oct 13, 2023
1 parent 35baf9a commit 88bcbaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/spiffworkflow_connector_command/command_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class CommandErrorDict(TypedDict):
error_name: str
error_code: str
message: str


Expand All @@ -27,10 +27,6 @@ class ConnectorProxyResponseDict(TypedDict):
# these are printed to spiffworkflow-backend logs
spiff__logs: NotRequired[list[str]| None]

# added by spiffworkflow-proxy if not set
# example: http/GetRequestV2
operator_id: NotRequired[str]


class CommandResultDictV2(TypedDict):
"""spiffworkflow-proxy parses this result to determine what happended."""
Expand Down

0 comments on commit 88bcbaf

Please sign in to comment.