cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Workflow DCN

Former Member
0 Kudos

Hi guys,

Can anyone please share the detailed documentation for Workflow DCN with payload and without payload?Please help me on this....

Regards,

Sabira.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sabira,

please follow this link:

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01218.0213/doc/html/title...

developer guide: mobile workflow packages.

Regards,

Jitendra

Former Member
0 Kudos

Hi Jitendra,

Thanks for your reply.But the link which you have sent is only for creating workflow packages.Can you please send me the documents related to Workflow DCN in SUP?

Thanks in advance,

Sabira.

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sabira,

visit page no 28 title  MobileWorkflowApplication Configuration for Data Change Notification on the same link what i mentioned earlier.

OR visit

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01218.0213/doc/html/fre13...

Regards,

Jitendra

Former Member
0 Kudos

Thanks Jitendra. I have one more doubt.

Where i need to write the below logic:

{

"op":":upsert",

"id":"WID123",

"to":"SUPAdmin",

"subject":"Trip request approval required",

"from":"user321",

"body":"This is a message just used to do a test",

"received":"2009-03-29T10:07:45+05:00",

"read":false,

"priority":true,

"data":

   [

     {"id": "1",

     <general dcn request>

      }

      …

     {"id": "4",

     < general dcn request>

      }

   ]

}