Select to view content in your preferred language

Workflow Manager - Custom Token

4233
2
Jump to solution
03-10-2015 11:15 AM
JimFaulkner
Occasional Contributor

Is it possible to create a custom token?

0 Kudos
1 Solution

Accepted Solutions
NishiMishra
Occasional Contributor

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
Occasional Contributor

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
Occasional Contributor

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

0 Kudos