temporarily remove last task because not supported on prod

This commit is contained in:
Marco Lettere 2022-03-22 12:54:43 +01:00
parent 22fc70aec2
commit 2bc1d78b9c
2 changed files with 8 additions and 19 deletions

View File

@ -4,7 +4,7 @@ workflows:
# - group_deleted # - group_deleted
# - user-group_created # - user-group_created
# - user-group-role_created # - user-group-role_created
# - group_created - group_created
# - invitation-accepted # - invitation-accepted
# - user-group_deleted # - user-group_deleted
# - user-group-role_deleted # - user-group-role_deleted
@ -20,12 +20,12 @@ workflows:
# - add_workspace_client_to_context # - add_workspace_client_to_context
# - enable_workspace_clients_for_context # - enable_workspace_clients_for_context
# - add_workspace_client_to_contexts # - add_workspace_client_to_contexts
- ghn_client_add_to_context # - ghn_client_add_to_context
- ghn_client_add_to_contexts # - ghn_client_add_to_contexts
- ghn_client_create # - ghn_client_create
- ghn_client_delete # - ghn_client_delete
- ghn_client_remove_from_contexts # - ghn_client_remove_from_contexts
- ghn_client_remove_from_context # - ghn_client_remove_from_context
keycloak_host: "https://accounts.dev.d4science.org/auth" keycloak_host: "https://accounts.dev.d4science.org/auth"
keycloak: "{{ keycloak_host }}/realms" keycloak: "{{ keycloak_host }}/realms"

View File

@ -524,17 +524,6 @@
"Content-Type" : "application/json" "Content-Type" : "application/json"
} }
} }
}, }
{
"name": "sub_workflow_task",
"taskReferenceName": "call_enable_workspace_clients_for_context",
"subWorkflowParam": {
"name": "enable_workspace_clients_for_context"
},
"inputParameters": {
"context" : "${workflow.input.group}"
},
"type": "SUB_WORKFLOW"
}
] ]
} }