Updated Connector Proxy in 5 mins (markdown)

jbirddog 2024-01-23 06:43:11 -05:00
parent f5a4120504
commit d6185a1d53
1 changed files with 1 additions and 1 deletions

@ -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