
Dynamic Input
Pricing
Pay per usage

Dynamic Input
Actor for calling other Actors with dynamic input
0.0 (0)
Pricing
Pay per usage
4
10
2
Issues response
21 days
Last modified
4 months ago
Pricing
Pay per usage
Actor for calling other Actors with dynamic input
0.0 (0)
Pricing
Pay per usage
4
10
2
Issues response
21 days
Last modified
4 months ago
input
stringRequired
JavaScript code to evaluate the Input (final Input should be provided in return statement)
targetId
stringOptional
Id of Actor or Task that will be run with evaluated Input (no other Run would be started)
secret0
stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret0 or SECRETS[0])
secret1
stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret1 or SECRETS[1])
secret2
stringOptional
Secret that might be addressed from the Source Code (as INPUT.secret2 or SECRETS[2])
metamorph
booleanOptional
If checked, the current Run try to metamorph into target without creatin a new run (may disable some other options)
Default value of this property is false
timeout
integerOptional
Timeout in seconds for the new started Run (doesn't work when metamorph is set to true)