|
|
@@ -259,7 +259,7 @@ func (w *WFClient) Run(instanceId, userId, choice, options, nextStep string, c *
|
|
|
for _, callbackKye := range callbacks {
|
|
|
callWFCallback(callbackKye, &CallbackArg{
|
|
|
DefineId: RunRespInfo.DefineId,
|
|
|
- InstanceId: RunRespInfo.DefineId,
|
|
|
+ InstanceId: RunRespInfo.InstanceId,
|
|
|
DefineName: RunRespInfo.DefineName,
|
|
|
InstanceName: RunRespInfo.InstanceName,
|
|
|
FormData: RunRespInfo.FormData,
|
|
|
@@ -285,7 +285,7 @@ func (w *WFClient) Run(instanceId, userId, choice, options, nextStep string, c *
|
|
|
for _, callbackKye := range linkCallbacks {
|
|
|
callWFCallback(callbackKye, &CallbackArg{
|
|
|
DefineId: RunRespInfo.DefineId,
|
|
|
- InstanceId: RunRespInfo.DefineId,
|
|
|
+ InstanceId: RunRespInfo.InstanceId,
|
|
|
DefineName: RunRespInfo.DefineName,
|
|
|
InstanceName: RunRespInfo.InstanceName,
|
|
|
FormData: RunRespInfo.FormData,
|