Update README.md

This commit is contained in:
Kevin Burnett 2022-11-10 11:44:43 -08:00 committed by GitHub
parent af17201fb5
commit fb5c24eaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,4 @@ Fire it up.
#> flask run
```
Any dependencies you add will now be available for SpiffWorkflow to call using a Service Task. What's more, those services are now discoverable! So when someone drops a Service Task into their diagram, they will have a dropdown list of all the services you have made available to them. And those services will know what paramters are required, and can prompt diagram authors to provide information necissary to make the call. Which can be no parmaeters at all (Just give me a fact about Chuck Norris) .. to complex parameters (a json structure to be added to a DynamoDB Table).
Any dependencies you add will now be available for SpiffWorkflow to call using a Service Task. What's more, those services are now discoverable! So when someone drops a Service Task into their diagram, they will have a dropdown list of all the services you have made available to them. And those services will know what parameters are required, and can prompt diagram authors to provide information necessary to make the call. This can be no parameters at all (just give me a fact about Chuck Norris) to arbitrarily complex parameters such as a json structure to be added to a DynamoDB Table.