Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenroejl committed Nov 19, 2024
1 parent 53749d5 commit 77cbbd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.

using Energinet.DataHub.ProcessManagement.Core.Application.Orchestration;
using Energinet.DataHub.ProcessManagement.Core.Domain.OrchestrationInstance;
using Energinet.DataHub.ProcessManager.Orchestrations.Processes.BRS_026.V1.Models;

namespace Energinet.DataHub.ProcessManager.Orchestrations.Processes.BRS_026.V1;
Expand All @@ -28,6 +29,7 @@ public class RequestCalculatedEnergyTimeSeriesHandler(
public async Task StartRequestCalculatedEnergyTimeSeriesAsync(RequestCalculatedEnergyTimeSeriesInputV1 input)
{
await _commands.StartNewOrchestrationInstanceAsync(
identity: new ActorIdentity(new ActorId(Guid.NewGuid())), // TODO: Any call to commands must include identity information; see 'ScheduleOrchestrationInstanceDto' and 'CancelOrchestrationInstanceDto'
"BRS_026",
1,
input,
Expand Down

0 comments on commit 77cbbd8

Please sign in to comment.