Using Conditions in Assignment Rules
{
"context": {
"user": “user_id",
"password": "xxxx",
"project": {
"name": "imp_payments_demo",
"version": "1.0"
},
"workSet": {
"name": "api_2_workset",
"version": "1.1"
}
},
"entity": {
"step": {
"name": "imp_validate_outcomes",
"version": "1.0"
},
"attribute": "test_number",
"conditions": [
{
"operand": {
"name": "format_cov_view",
"version": "1.0",
"attribute": "currency_a"
},
"operator": "EQUAL",
"value": "GBP"
}
],
"operands": [
{
"operator": "ASSIGN",
"value": "100"
}
]
}
}
Last updated
Was this helpful?