Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Your Bug Report Here Requesting changes to 'Endpoint used to launch a Workflow.' (launch-workflow) #565

Open
sandeepthaker opened this issue May 24, 2024 · 0 comments

Comments

@sandeepthaker
Copy link

Describe the bug While executing the SCIM workflow it is throwing 404 error on IdentityIQ v8.3p2.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'API Page'
  2. Click on 'Copy cUrl request and execute it from the environment having IdentityIQ v8.3p2 version deployed'
  3. See error in the resposne "{
    "schemas": [
    "urn:ietf:params:scim:api:messages:2.0:Error"
    ],
    "detail": "Resource Workflow null not found.",
    "status": "404"
    }"

Expected behavior API execution should trigger the workflow mentioned in the request payload.

Actual behavior API throws 404 error and cannot identity the workflow to execute.

Screenshots
image

Operating System (please complete the following information):

  • OS: Windows Version 10.0.22621.3447
  • CLI Environment Command Prompt

Browser (please complete the following information):

  • Browser: Postman
  • Version 10.24.26

Additional context by updating the payload as below, it is working.
{
"urn:ietf:params:scim:schemas:sailpoint:1.0:LaunchedWorkflow": {
"workflowName": "Test Workflow",
"input": [
{
"key": "user",
"value": "Testing"
}
]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant