step
step
JSON Example
{
"nextStepId": "nextStepId",
"description": "description",
"inBindings": {
"key": {
"defaultValue": "{}",
"format": "format",
"exportName": "exportName"
}
},
"conditions": [
{
"name": "name",
"nextStepId": "nextStepId",
"value": "{}"
},
{
"name": "name",
"nextStepId": "nextStepId",
"value": "{}"
}
],
"outBindings": {
"key": {
"name": "name",
"format": "format"
}
}
}