Add flow-0.10.81 and update documentation
This commit is contained in:
@@ -1374,6 +1374,13 @@ graphqlActivity:
|
||||
repository: flow/graphqlactivity
|
||||
tag: ""
|
||||
|
||||
hubSpotActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/hubspotactivity
|
||||
tag: ""
|
||||
|
||||
soapActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
@@ -1465,6 +1472,76 @@ mcpActivity:
|
||||
repository: flow/mcpactivity
|
||||
tag: ""
|
||||
|
||||
llmActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/llmactivity
|
||||
tag: ""
|
||||
|
||||
jiraActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/jiraactivity
|
||||
tag: ""
|
||||
|
||||
githubActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/githubactivity
|
||||
tag: ""
|
||||
|
||||
awsLambdaActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/awslambdaactivity
|
||||
tag: ""
|
||||
|
||||
azureFunctionsActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/azurefunctionsactivity
|
||||
tag: ""
|
||||
|
||||
elasticsearchActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/elasticsearchactivity
|
||||
tag: ""
|
||||
|
||||
zipActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/zipactivity
|
||||
tag: ""
|
||||
|
||||
xmlActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/xmlactivity
|
||||
tag: ""
|
||||
|
||||
approvalActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/approvalactivity
|
||||
tag: ""
|
||||
|
||||
sshActivity:
|
||||
enabled: true
|
||||
replicaCount: 1
|
||||
image:
|
||||
repository: flow/sshactivity
|
||||
tag: ""
|
||||
|
||||
# -- Container Activity Host
|
||||
# Runs Docker containers as workflow activities (Python, Node, Go, etc.)
|
||||
containerActivity:
|
||||
|
||||
Reference in New Issue
Block a user