I am creating a workflow that will REVOKE any non-standard entitlements through a Campaign and Campaign Filter when an identity’s cloudLifecycleState changes to “inactive” status.
At the “Create Leaver Campaign” action its performing an Http Request (see below)
At this point, I’m getting an error and I’m not sure where I’m going wrong.
| ActivityTaskFailed | 2025-02-28T16:12:06.607894097Z | {displayName:Create Leaver Campaign,error:request failed,stepName:hTTPRequest,task:sp:http,technicalName:HTTP Request} |
|---|---|---|
| WorkflowExecutionFailed | 2025-02-28T16:12:06.632852628Z | {error:task failed: activity error (type: sp:external:http:v2, scheduledEventID: 28, startedEventID: 29, identity: 1@sp-workflow-worker-stg-us-east-1-56f986f549-rpxm9@sp-workflow-engine): request failed (type: HTTP Response Returned a Client Error, retryable: false): request failed: 404 - 404 Not Found - {\detailCode:\404 Not found,\trackingId:\5fea83e2ffd9414fb5297416d4304b31,\messages:[{\locale:\und,\localeOrigin:\REQUEST,\text:\The server did not find a current representation for the target resource.},{\locale:\en-US,\localeOrigin:\DEFAULT,\text:\The server did not find a current representation for the target resource.}],\causes:}} |






