Replies: 1 comment
-
Hi, If you want to display custom metadata (like additional properties specific to your workload item job), you'll need to handle and store that information within your workload using the job instance ID as a key. This information can then be displayed in the UI, either within the job details pane or through a dedicated workload UI. To fetch the custom metadata, your frontend would need to request it from the workload's backend API, as Fabric doesn't store or manage these custom properties directly. You can read more about the job details pane in our monitoring hub documentation |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
For custom workload item's job executions details, it appears some basic metadata such as start/end time, instance id, invoke type, etc. is maintained with Fabric and returned in the monitoring hub accordingly and the custom workload can provide status of the job via GetItemJobInstanceStateAsync() impl.
What is the guidance if we want to have custom job metadata with additional properties to be displayed - is there an API contract already defined to return custom properties such that the job metadata maintained within Fabric is updated with the same and can be pulled in the monitoring hub along with the job details currently returned, or do we need to maintain job/pipeline metadata for such properties in our own store and have the FE additionally request from the workload BE APIs to return that?
Beta Was this translation helpful? Give feedback.
All reactions