Skip to content

Commit

Permalink
fix: input data for service tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wagner committed Dec 6, 2023
1 parent 9fc0a05 commit 9b274df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ function applyTaskInput2Subprocess(taskBO, subprocessBO, bpmnFactory) {

subProcessIo.inputParameters.push(...taskIo.inputParameters);

setInputParameter(subprocessBO, "params", taskBO.params, bpmnFactory);
setInputParameter(subprocessBO, "data", taskBO.data, bpmnFactory);
setInputParameter(
subprocessBO,
"serviceEndpoint",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ describe("Test the PlanQKServiceTaskCompletion of the PlanQK extension.", functi
config: {
serviceEndpointBaseUrl: "http://dummy.com",
subscriptions: [sub1, sub2, sub3],
tokenUrl: "http://tokenendpoint.com",
oauthInfoByAppMap: {
app1: {
consumerKey: "app1ConsumerKey",
Expand Down

0 comments on commit 9b274df

Please sign in to comment.