Anyone know why an action configuration on Create action might not be applied?
I'm trying to modify the Exit Rules on the EDIInvoiceMatchInterfaceInput to correct a value that can't be resolved by the data substitution but it appears the Translate Inbound business task that creates the EDIInvoiceMatchInterfaceInput record is creating the record is some other way that doesn't apply the actions rules for the Create action, or the Create action at all.
I've confirmed my action configuration functions my manually invoking the Create action to create a record. Strangely the only way I could do this was by modifying the action parameter in the URL query string because the when the Create action is added as a called out action on the list it is grayed out like it is invalid.
What's more interesting is the Create action definition in the business class doesn't have any valid when or rule blocks, and there are no other Create actions defined. I also can't find anything in the list or business class definition that indicates why the Create action would invalid or not invoked by the Translate Inbound.
Since Translate Inbound is a business task, I'm assuming there's something else going on in the associated static java task I can't see.
Any ideas?
Thanks!
Andy