cancel
Showing results for 
Search instead for 
Did you mean: 

Display workflow log in Fiori app

JonBlack
Explorer
0 Kudos

Hi All,

I have a requirement to show the workflows/workflow logs for a an object from the Fiori application. In the old GUI I could go to the object, e.g. purchase order and open the GOS and view the workflows and the workflow logs for the object.

I need to replicate that for the Fiori apps. The UI5 inbox has a great view to show the workflow log of the current task. Ideally I would like to reuse this.

Has anyone done this before? Is there a standard UI5 reuse object available?

Cheers

Jon

Accepted Solutions (0)

Answers (1)

Answers (1)

laszlo_haladin
Active Participant
0 Kudos

Hi Jon,

There is a possible option like Processing Logs Collection.

This collection retrieves the task's logging history, for example, changing status, adding attachments, and so on.

You can navigate to this collection from the Task collection using: TaskCollection(SAP__Origin='ERP',InstanceID='<instance_id>')/ProcessingLogs

<br>

<p>Please also check notes:</p> <p></p> <p></p> <p><a href="https://i7p.wdf.sap.corp/sap/support/notes/2147670">2147670 - Task Gateway: Standardization of task actions for entity ProcessingLogs - IW_PGW </a></p> <p></p> <p><a href="https://i7p.wdf.sap.corp/sap/support/notes/2147561">2147561 - Task Gateway: Standardization of task actions for entity ProcessingLogs - IW_BEP </a></p> <p></p> <p></p> <p></p>

<p></p> <p></p> <p>Best Regards<br>Laszlo</p>