Team,
created simple workflow. in this every task we sent some customized inputs like below.
{
“variables”:
{
“id”: {“value”: “1”},
“created_by”: {“value”: “luckmel”},
“approve_by”: {“value”: “sam”},
“project_name”: {“value”: “test-1”}
}
}
Here i want to filter based on approve_by =‘sam’… How can i do that? please help
Instance ,have any option to provide definition id or any unique id which will have process id… what i am looking for each process instance id have variables and contains approve-by. i need to filter based on approve-by=sam