Skip to content

Commit 9935d7f

Browse files
authored
Merge pull request #31 from dsrhub/zz/remove-url-in-subtask-title
Remove url in subtask title
2 parents 5912735 + 78c885b commit 9935d7f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

templates/dsrhub_http_create_dsr_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dsrhub_http_create_dsr_request
2-
title_format: 'dsrhub_http_create_dsr_requestd {{.input.url}}'
2+
title_format: 'dsrhub_http_create_dsr_requestd'
33
description: dsrhub http request (sync and async)
44
auto_runnable: true
55
result_format:

templates/dsrhub_http_exchange_identity.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dsrhub_http_exchange_identity
2-
title_format: 'dsrhub_http_exchange_identity {{.input.url}}'
2+
title_format: 'dsrhub_http_exchange_identity'
33
description: dsrhub exchange identity
44
auto_runnable: true
55
result_format:
@@ -20,6 +20,9 @@ inputs:
2020
- name: identity_value
2121
description: identity value
2222
23+
- name: target_identity_type
24+
description: target identity type
25+
default: email
2326

2427
steps:
2528
exchange_identity:
@@ -33,5 +36,6 @@ steps:
3336
{
3437
"identity_type": "{{.input.identity_type}}",
3538
"identity_format": "{{.input.identity_format}}",
36-
"identity_value": "{{.input.identity_value}}"
39+
"identity_value": "{{.input.identity_value}}",
40+
"target_identity_type": "{{.input.target_identity_type}}"
3741
}

0 commit comments

Comments
 (0)