Workflow Manager - Custom Token

4086
2
Jump to solution
03-10-2015 11:15 AM
JimFaulkner
New Contributor III

Is it possible to create a custom token?

0 Kudos
1 Solution

Accepted Solutions
NishiMishra
New Contributor III

Hello Jim,

Yes, you can create custom tokens by implementing IJTXTokenParser interface and registering the dll. The JTX_Token_Parser table has order of the various token parsers. You would manually edit the table and add the token parser information as well the order it should be parsed in. The order of the parser is important, to make sure the information required by your parser exists when it is being called.

Thanks,

Nishi

View solution in original post

0 Kudos
2 Replies
NishiMishra
New Contributor III

Hello Jim,

Yes, you can create custom tokens by implementing IJTXTokenParser interface and registering the dll. The JTX_Token_Parser table has order of the various token parsers. You would manually edit the table and add the token parser information as well the order it should be parsed in. The order of the parser is important, to make sure the information required by your parser exists when it is being called.

Thanks,

Nishi

0 Kudos
JimFaulkner
New Contributor III

Thanks! There are no JavaDocs, so, I was having a tough time finding anything for custom tokens --

0 Kudos