-
Notifications
You must be signed in to change notification settings - Fork 7
Task Request
Chris Churas edited this page Oct 17, 2024
·
2 revisions
When caller sends a request to the backend service, the request body should have this data structure:
{
"data": object,
"parameters": Object (Parameter)
}
Fields:
-
data: An object created using the instruction defined in the serviceInputDefinition attribute in the service metadata.
-
parameters: An object that stores the user input data from the UI. Its structure is derived from the service metadata declaration.