-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Description
bug of #179
Clinical review plugin does not currently include the reviewing task id in the task clinical review message.
We also need to ensure that the plugin arguments
{
"name": "reviewed_task_id",
"value": "{{ context.executions.my_amazing_task.task_id }}"
}
{
"name": "reviewed_execution_id",
"value": "{{ context.executions.my_amazing_task.execution_id }}"
}
resolved to the relevant fields from the object defined in the workflow spec https://github.com/Project-MONAI/monai-deploy-workflow-manager/blob/develop/guidelines/mwm-workflow-spec.md#execution-context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done