Skip to content

Commit fa9a96a

Browse files
fix for new maestro sdk
1 parent cb1d6bf commit fa9a96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/services/maestro_api/mseg001_trigger_workflow_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def trigger_workflow(workflow)
6565

6666
#ds-snippet-start:Maestro1Step5
6767
workflow_trigger_api = DocuSign_Maestro::WorkflowTriggerApi.new(api_client)
68-
workflow_trigger_api.trigger_workflow(args[:account_id], trigger_payload, trigger_options)
68+
workflow_trigger_api.trigger_workflow(args[:account_id], args[:workflow_id], trigger_payload, trigger_options)
6969
#ds-snippet-end:Maestro1Step5
7070
end
7171
end

config/appsettings.example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ default: &default
2424
monitor_host: "https://lens-d.docusign.net"
2525
admin_host: "https://api-d.docusign.net/management"
2626
webforms_host: "https://apps-d.docusign.com/api/webforms/v1.1"
27-
maestro_client_host: "https://demo.services.docusign.net/"
27+
maestro_client_host: "https://apps-d.docusign.com/api/maestro"
2828
allow_silent_authentication: true # A user can be silently authenticated if they have an
2929
# Active login session on another tab of the same browser
3030
# Set if you want a specific Docusign AccountId, If false, the users default account will be used.

0 commit comments

Comments
 (0)