I am working on an FSM flow to retrieve an IDM Document's PID and its subsequent content using the following endpoints:
- GET
/item/search (to retrieve the PID) - GET
/bc/{pid}/resource/stream (to retrieve the content)
While I can successfully call these via Swagger, I am hitting a wall within the FSM flow. I have configured the System Configuration 'Web Run' tab using the gen/base tenant ID (no specific application like FSM or HCM).
Could someone provide guidance or a reference post on the correct way to set up the System Configuration and the WebRun node for this specific use case?