Updated Connector Proxy in 5 mins (markdown)
parent
f5a4120504
commit
d6185a1d53
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue