Store reference or extra data while raising a event to Task manager

When we trigger a workflow event, the Task Status changes based on the settings in the Event Mapping module. While this happens, we also want to save extra information, such as the RequestId of the api making the change and the latitude and longitude of where the event occurred.

Can we add these extra details when updating the Task Status?

While calling the raise workflow event api we can pass some additional parameters text1 to text10. In these parameters we can save the extra information when updating the task status.

1 Like