I've got a custom activity that I've developed that creates a new entry in a Laserfiche Repository. l'd like the workflow to be able to perform other actions on this activity once it is created. Is there a way to do this so that is works similar to the standard "create entry" activity? By that I mean that you can specify another activity to perform the action on the newly created entry by selecting the "Other Entry" radio button on the activity instead of the default "Starting Entry".
I know I could work around this by passing the entry id as an output token and then just running a "find entry" activity to retrieve that token value. From there, I could allow other activities to make changes to the entry returned in the "find entry" activity. It would work but isn't quite as elegant.