@acs-ratulYou would be able to get mainDate (Last Start Date),
nextProcessingDate, modifiedBy, lastModified from Workflow resource and
you can derive conclusions as per your use case.Alternatively, you can
create a custom resource (extension to workflow resource) and add an
additional field as "source". The source could be passed as a query
param in the api call or external signal. Use an "update data" activity
to update the source field in workflow resource (new field in custom
resource) and th...