Skip to content
Snippets Groups Projects
Commit 7877464a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4597 fix building success value

parent c2796947
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ public final class WorkflowElementNodePlugin ...@@ -140,7 +140,7 @@ public final class WorkflowElementNodePlugin
// [%$Action.RESULT.name%] // [%$Action.RESULT.name%]
// [%$Action.RESULT.items.name%] // [%$Action.RESULT.items.name%]
// [%$Action.RESULT.items.state%] // [%$Action.RESULT.items.state%]
return factory.recordBuilder().requiredProperty(ExecutionResult.VORGANGNUMMER_PROPERTY_KEY, f -> f.string()).build(); return factory.recordBuilder().requiredProperty(ExecutionResult.VORGANGNUMMER_PROPERTY_KEY, factory.string()).build();
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment