Manually change the Request status
Hi
We are writing a custom connector which provisioning task is creating a ticket in the target ticketing system. As per the requirement, once the ticket is opened in the target system, the status of the Account should be "Provisioning" and the status of the request should be "Request Approved Fulfillment Pending" so in design console Process Task of this connector, we have mapped the “Success” response code from the adapter to “P” and “P” -> “provisioning”.
Now once the approval is done and ticket is raised, the status of teh Account is "Provisioning" and the Request Status is "Request Approved Fulfillment Pending" as expected.