diff --git a/Connector-Proxy-in-5-mins.md b/Connector-Proxy-in-5-mins.md index d066cc1..adf9e48 100644 --- a/Connector-Proxy-in-5-mins.md +++ b/Connector-Proxy-in-5-mins.md @@ -4,7 +4,7 @@ 1. Allow communication with external systems 1. In the core SpiffWorflow library, implemented using the [delegate pattern](https://github.com/sartography/SpiffWorkflow/blob/main/SpiffWorkflow/spiff/specs/mixins/service_task.py#L51) - 1. SpiffWorkflow has no knowledge of "http/Get", "aws/StartEC2Instance", "os/SpawnProcess" + 1. SpiffWorkflow has no knowledge of "http/GetRequest", "aws/UploadFile", "os/SpawnProcess" 1. SpiffWorkflow handles parsing extensions, evaluating expressions, delegation to the host app, updating task data 1. The host application is responsible for the communication to the external system