...
Code Block |
---|
{ name: "PropertyType" }, { name: "UsageCategory" }, { name: "PTWorkflow" } |
Based on the PTWorkflow
https://github.com/egovernments/egov-mdms-data/blob/DEV/data/pb/PropertyTax/PTWorkflow.json
Code Block |
---|
{
"businessService":"PT.CREATEWITHWNS",
"initialAction":"OPEN",
"inWorkflowStatusAllowed":false,
"enable":false
}, |
Here in the businessService = PT.CREATEWITHWNS
and enable =false
then we don't have workflow for Property created through WNS , if we update it to enable =true
then we have the workflow for the Property
created .
If Response Property Created through WNS module will behave in following way if enable =false
Register New Property states
...