Flow Rule with out Assignment
I have below requirement in pega 6 version
Pega as service. when pega receives request from external system, create work object and store it in DB , send the work object id to external system. and auto resolve case.
in order to achieve above requirement, i created service rule and a flow rule with one utility shape. when i am debugging service activity , it always failing after workobject creation
can i create Flow rule with out an assignment, how to auto resolve this one.