This activity provides your Flogo app the ability to generate a random string consisting with the length you specify
flogo install github.com/retgits/flogo-components/activity/randomstring
Link for flogo web:
https://github.com/retgits/flogo-components/activity/randomstring
Inputs and Outputs:
{
"inputs":[
{
"name": "length",
"type": "integer"
}
],
"outputs": [
{
"name": "result",
"type": "string"
}
]
}
Input | Description |
---|---|
length | The length of the random string |
Output | Description |
---|---|
result | The random string |