Adding condition on catalog task in workflow is not workingIssue Added condition on catalog task activity on "sc_req_item" table as " activity.result == 2 " is not working.STEPS TO REPLICATE: 1. Order any catalog item. 2. RITM will be created and approve the approvals. 3. Move the Task created to the 'submit proposal' state. 4. Click on Show Workflow on RITM. 5. Observe that the flow is not moving ahead. The State 'Submit Proposal' is a custom Choice State created and the value of the state is given as '10'.In the Custom Condition named 'submit proposal' created on the Catalog Task, the condition given in it is activity.result=='10'.The condition is matching but the workflow is getting stuck.ReleaseALLResolutionIt is replicable OOB.The Output conditions only working for OOB State Choices (ex:Closed Compelete), not working for the custom State Choice fields (ex:submit proposal).Creating a new 'Choice State' for the 'State Field' of the 'Catalog Task' and using the custom state value in the condition of the Catalog Task activity is not working.According to the Servicenow Document:You can assign a result value using activity.result from within a script field of the activity. The final State value of the catalog task record determines the result value for the Create Task activity. Possible result values are:-> Closed complete-> Closed incomplete-> Closed skipped-> Deleted-> CancelledRelated LinksPlease refer the below ServiceNow Document: CLICK HERE