1398
}
1399
1401
>
TaskToken: matchingResponse.TaskToken,
1402
>
WorkflowExecution: matchingResponse.WorkflowExecution,
1403
>
ActivityId: matchingResponse.ActivityId,
1404
>
ActivityType: matchingResponse.ActivityType,
1405
>
ActivityRunId: matchingResponse.ActivityRunId,
1406
>
Input: matchingResponse.Input,
1407
>
ScheduledTime: matchingResponse.ScheduledTime,
1408
>
ScheduleToCloseTimeout: matchingResponse.ScheduleToCloseTimeout,
1409
>
StartedTime: matchingResponse.StartedTime,
1410
>
StartToCloseTimeout: matchingResponse.StartToCloseTimeout,
1411
>
HeartbeatTimeout: matchingResponse.HeartbeatTimeout,
1412
>
Attempt: matchingResponse.Attempt,
1413
>
CurrentAttemptScheduledTime: matchingResponse.CurrentAttemptScheduledTime,
1414
>
HeartbeatDetails: matchingResponse.HeartbeatDetails,
1415
>
WorkflowType: matchingResponse.WorkflowType,
1416
>
WorkflowNamespace: matchingResponse.WorkflowNamespace,
1417
>
Header: matchingResponse.Header,
1418
>
PollerScalingDecision: matchingResponse.PollerScalingDecision,
1419
>
Priority: matchingResponse.Priority,
1420
>
RetryPolicy: matchingResponse.RetryPolicy,
1421
>
}, nil
1422
}
1423